Hi
This might be a stupid question at this time but VR who VR.
I am working on a mobile VR app which will run on Oculus Gear VR and Google cardboard (and daydream later at some point). As I should eat the elephant one bite at a time, I have successfully completed the app for Gear VR. Now I want to import Google VR SDK and setup the scene for cardboard. I should copy the same scene for cardboard and replace the camera object (and other platform specific objects) with the one from Google VR sdk.
What I really need to know is that what are the best practices to manage the project.
-
Would it be better if I keep two copies of project with different SDKs just to keep things in place and manageable as cardboard app would be for Android and IOS while Gear VR would only support Android. SDKs and native plugins gets really messy sometimes.
-
Or keeping everything in one project is better as I can make a change once (e.g update some feature in the app) and get it done for all platforms.
I would really appreciate any good advice or opinion
Thanks