devNotes 6-11-16 GearVR interface, parameter adjustment settings file, movement

http://argos.vu/ArgosVu_VR_Lab.apk

dfghfdghdgh2

unityblog3

 void OnEnable() {
     StartCoroutine(OnEnableCoroutine());
 }
 
 IEnumerator OnEnableCoroutine() {
     // yield here
 }

hgjmhjgm20

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour {
    void Example() {
        print(Application.persistentDataPath);
    }
}

fghmghmfg6

 

fdghfgdh