diff --git a/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs b/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs index e8d60eee..567ba7c2 100644 --- a/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs +++ b/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs @@ -120,7 +120,7 @@ namespace Studio.Staic.STKC } private void Update() { - if (isAnimation == false) + if (isAnimation == false || ManagerHub.instance.Get().CurState == RunManager.EState.Stop) return; Sliding(); Lifiting();