WebGL 용 코드 추가

This commit is contained in:
logonkhi
2025-11-10 16:38:43 +09:00
parent f3d950fce7
commit 9277bab6dd
14 changed files with 433 additions and 35 deletions

View File

@@ -328,7 +328,7 @@ namespace UVC.UI.Window
searchProgress =1f;
// UI 반영은 메인 스레드에서
await UniTask.SwitchToMainThread();
if (!PlayerLoopHelper.IsMainThread) await UniTask.SwitchToMainThread();
try
{