Search code examples
c#unity-game-enginemenuoculusgear-vr

Samsung Gear VR - create Menus


how can I create Menu in my application , I use canvas , but Gear VR Camera dosent see it .

is there way , to use button in gear application

3d text appear but not canvas text


Solution

  • Never use screen space ui with VR, switch to world space and either place it somewhere in the scene (as a "real" object) or parent it to the camera so it is always in the center of the viewport.