This is the project Template for Samsung GearVR Framework
Follow these steps to create projects for GearVR framework
- Make a copy of this repo
- Rename your project by changine the folder name
- Rename your Android App by updating
app_name
field of app/src/main/res/values/strings.xml - Update the
applicationID
in app/build.gradle to avoid conflict between other GearVR Framework apps.
The default setup for template project is for Gear VR, so you don't need to change any project file
Just need to copy your Oculus signature file to app/src/main/assets
folder.
Perform the following steps to enable DayDream Mode
- remove following line in
app/build.gradle
compile "org.gearvrf:backend_oculus:$gearvrfVersion"
- comment out following line in
AndroidManifest.xml
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>