Ejemplo n.º 1
0
        protected override void OnUpdate()
        {
            base.OnUpdate();

            DetectScene();
            currentSceneInterpreter.OnUpdate();
        }
Ejemplo n.º 2
0
        protected override void OnUpdate()
        {
            base.OnUpdate();

            DetectScene();
            currentSceneInterpreter.OnUpdate();
            FixCamLight();
            if (!loaded)
            {
                StartCoroutine(FindCamlight());
                loaded = true;
            }
        }
Ejemplo n.º 3
0
        protected override void OnUpdate()
        {
            base.OnUpdate();

            DetectScene();
            currentSceneInterpreter.OnUpdate();
            FixCamLight();
            if (!loaded)
            {
                StartCoroutine(FindCamlight());
                loaded = true;
            }
            if (QualitySettings.realtimeReflectionProbes)
            {
                StartCoroutine(UpdateVRGraphics());
            }
        }