Пример #1
0
        protected override void OnUpdate()
        {
            base.OnUpdate();

            DetectScene();
            currentSceneInterpreter.OnUpdate();
        }
Пример #2
0
        protected override void OnUpdate()
        {
            base.OnUpdate();

            DetectScene();
            currentSceneInterpreter.OnUpdate();
            FixCamLight();
            if (!loaded)
            {
                StartCoroutine(FindCamlight());
                loaded = true;
            }
        }
Пример #3
0
        protected override void OnUpdate()
        {
            base.OnUpdate();

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