This Unity based project at ColorPatternTracker/GearVRScene/ receives the XYZ coordinates from ColorPatternTracker and enables motion tracking in the rendered scene via bluetooth.
In order to compile this VR apk, perform the following steps:
-
Install unity 5.3.4f1 available at https://unity3d.com/get-unity/download.
-
Open the project and go to File>Build Settings>Player Settings>Publishing settings
-
Sign the application with an Oculus Signature File that is specific to your device. [ See this page for more details on the Oculus Signature File: https://developer3.oculus.com/documentation/mobilesdk/latest/concepts/mobile-submission-sig-file/ ]
3.1 Create an Oculus Signature file following the instructions on this webpage: https://dashboard.oculus.com/tools/osig-generator/
3.2. Place the Oculus Signature file generated in step 1 in the Unity project in the <UnityProject>/Assets/Plugins/Android/assets/ directory.
-
Build the Unity project for the Android platform.
-
Click build to create the apk.