devNotes 6-11-16 GearVR interface, parameter adjustment settings file, movement
http://argos.vu/ArgosVu_VR_Lab.apk void OnEnable() { StartCoroutine(OnEnableCoroutine()); } IEnumerator OnEnableCoroutine() { // yield here } using UnityEngine; using System.Collections; public class ExampleClass : MonoBehaviour { void Example() { print(Application.persistentDataPath); } }
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed