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_namefield of app/src/main/res/values/strings.xml - Update the
applicationIDin 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"/>