diff --git a/Assets/Scripts/Studio/Connect/StudioService.cs b/Assets/Scripts/Studio/Connect/StudioService.cs index 09119af3..1a82f70c 100644 --- a/Assets/Scripts/Studio/Connect/StudioService.cs +++ b/Assets/Scripts/Studio/Connect/StudioService.cs @@ -316,6 +316,11 @@ namespace Studio private void DispatchMachineEvent(string type, string id, Dictionary entity) { + if (ManagerHub.instance.Get().curState == RunManager.EState.Stop) + { + Debug.Log("Stop"); + return; + } if (!listenerIdMap.ContainsKey(type)) { Debug.Log($"Key Value is missing!!!! -Key:{type}-");