예제 #1
0
        public void OnEnable()
        {
            VRInput.Init();

            //VR poses update after LateUpdate and before OnPreCull
            Camera.onPreCull += UpdatePreCull;
            if (visualization)
            {
                visualization.SetActive(false);
            }
        }