You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made external script refresh and compilation requests resilient when Unity Auto Refresh is disabled or a hot-reload plugin intercepts the normal refresh path. request_recompile, wait_for_compilation(force_refresh), and execute_code now share a fallback refresh flow and return REFRESH_DID_NOT_START_COMPILATION instead of reporting stale compilation results as success when scripts still look uncompiled. (#15)