Hi everyone,
I’m new to Unity VR Development and I’m developing for Oculus Quest 2.
My problem is that when I press the play button my scripts work but I can’t move or do anything; the thing is I want my scripts to work when I click “Build and run”, but they don’t. In “Build and run” I can move and rotate, but all the other scripts don’t work.
I have made an extremely simple script where I call a print on console, but it keeps working only in play mode (where I can’t move or interact at all)
Anyone can help?
Thanks,
Papple
- Update Unity to LTS if possible
- Start with a known to work guide on YouTube or the VR development pathway on Unity Learn
- If that doesn’t work use debug builds and logcat to see any errors
1 Like