java - How can I use oculus Mobile SDK in Android Studio? -


i have application supported google cardboard , runs great on gear vr. instead of cardboard supported oculus mobile sdk have trouble integrating sdk. how can that?

without more details it's difficult know have implemented here couple of snippets a tutorial on building dual cardboard-gearvr app may or may not help, depending on project:

  1. google cardboard supports unity 4 , unity 5. although oculus’ mobile sdk technically work on unity 5, can’t ship because bugs in current version of unity 5 cause memory leaks , other issues on gear vr hardware.

  2. you can install cardboard , gear vr sdks in single unity project no problems. conflict both overwrite android manifest in plugin folder.

there more information in link.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -