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