Build Cardboard Android SDK for Unity - mobfishgmbh/Cardboard-VR-Unity-SDK GitHub Wiki
Steps to build 'sdk-debug.aar' - Android native Cardboard plugin for Unity3D:
-
Download/Clone the Fork from official Google Cardboard SDK
- https://github.com/mobfishgmbh/cardboard
- git clone https://github.com/mobfishgmbh/cardboard.git
- Check out the branch
mobfish-dev
-
Open this project in IntelliJ Idea.
- You can choose "build.gradle" file which is in the root folder. Then click "Open as Project".
- You can choose "build.gradle" file which is in the root folder. Then click "Open as Project".
-
Open "gradle" view on the right side, and double click the task "assemble" under the "cardboard/sdk/Tasks/build/"
-
Wait for the compile and assemble process. When finished, the file can be find under "cardboard/sdk/build/outputs/aar/" in "project" view