-
Notifications
You must be signed in to change notification settings - Fork 81
Daydream device Porting Guide
ChengNan Yang edited this page May 17, 2019
·
3 revisions
- Unity 2017.4 with Android Support
- Note: GoogleVR SDK recommends Unity 2017.4 or newer
- Android SDK (version 3859397)
- sdkmanager --sdk_root=<android_sdk_home> --package_file=<pkg_file>
- Java JDK (jdk1.8.0_171)
- Note: Java JDK 10 is not compatible
-
Download and import Vive Input Utility(GitHub, Asset Store).
-
Download and import GoogleVR SDK Unity plugin
- Go to Assets > Import Package > Custom Package… and select GoogleVRForUnity_*.unitypackage
-
Go to Edit > Preferences… > VIU Settings, click Switch Platform button of Daydream
-
Add ViveCameraRig and VivePointers prefabs to your scene, refer to Example 0.Tutorial
-
Unity Editor did not install Android Support
-
Setup External Tools in Unity Preferences