This commit is contained in:
CortexCore
2024-04-16 04:06:46 +08:00
parent 37e7fcea51
commit c798b224be
67 changed files with 1305 additions and 425 deletions

View File

@@ -55,7 +55,7 @@ namespace BITKit
{
await UniTask.SwitchToMainThread();
#if UNITY_EDITOR
if (EditorApplication.isPlaying is false)
if (EditorApplication.isPlaying is false || EditorApplication.isPaused)
{
return;
}