I have created a game for gear vr using Unity and it’s working fine. But each time I’d like to start the application, I have to put on the headset, take out the phone, load up the application outside and then plug the phone in. It’s kind of annoying to do that so I wonder if there is a way to add the external application to Oculus home for the gear vr?
2 Likes
A: Add not only
but also
to your manifest file. This is good for daily work because app will be launchable from android (app icon will appear).
B: Upload it to https://dashboard.oculus.com/my-apps/ (deleting LAUNCHER entry will be necessary here). Then you will be able to add alpha/beta/rc users. Iteration time is considerably slower but you can distribute app more easily to testers (it will be accessible from Oculus Home).