Run 모드 종료 시 데이터가 바로 끊기지 않는 문제 #150

Merged
UVCXR merged 1 commits from pgd/20250610_1 into main 2025-06-10 09:46:28 +09:00

View File

@@ -316,6 +316,11 @@ namespace Studio
private void DispatchMachineEvent(string type, string id, Dictionary<string, string> entity)
{
if (ManagerHub.instance.Get<RunManager>().curState == RunManager.EState.Stop)
{
Debug.Log("Stop");
return;
}
if (!listenerIdMap.ContainsKey(type))
{
Debug.Log($"Key Value is missing!!!! -Key:{type}-");