Search Unity

unity3D's doc page for HoloLensInputModule give error404 when trying to access it

Discussion in 'VR' started by snugly-ghost, Dec 13, 2018.

  1. snugly-ghost

    snugly-ghost

    Joined:
    Jan 27, 2018
    Posts:
    1
    JasonCostanza likes this.
  2. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
    Thank you for bringing this to our attention. I'll pass this on to our Docs team right away.
     
  3. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
  4. shenity

    shenity

    Joined:
    Jun 13, 2017
    Posts:
    1
    It seems that the HoloLens Input Module component is not available in Unity 2018.3 by adding a new component.
     
    Last edited: Jan 3, 2019
  5. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
    Do you have the Windows Mixed Reality package installed in your project?
     
  6. EdgarSantos

    EdgarSantos

    Joined:
    Nov 11, 2013
    Posts:
    27
    Hi.

    I'm having issues because Hololens Input Module does not exist in 2018.3.8f1.
    I can't click on buttons anymore.

    Why is it gone? What should I do? Why is this not mentioned anywhere? (at least, I couldn't find it)
     
  7. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
    @EdgarSantos Also check that you have the Windows Mixed Reality package installed into your project. The Package Manager is under Window > Package Manager
     
  8. EdgarSantos

    EdgarSantos

    Joined:
    Nov 11, 2013
    Posts:
    27
    Thank you, that worked.

    (I was not aware that this step was required)
     
    JasonCostanza likes this.
  9. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
    Sorry about that. The change happened with 2018.3 is when we started migrating a lot of things into packages which reduces our Core editor size but sometimes little things like this pop up where things go mysteriously missing because the package that now holds it, wasn't installed during the transition.

    Apologies for the hiccup there.