Ejemplo n.º 1
0
        void Update()
        {
            Utility.Timer.Update();

            ThreadSynchronizationContext.Instance.Update();

            HotfixStart.Update();

            RunSystem.Update();

            RunSystem.Update(Time.deltaTime, Time.unscaledDeltaTime);
        }
Ejemplo n.º 2
0
        private void LateUpdate()
        {
            HotfixStart.LateUpdate();

            RunSystem.LateUpdate();
        }