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
After installing FastScriptReload using package manager. I get error when trying to maximize Game view I get console error:
Invalid editor window of type: FastScriptReload.Editor.FastScriptReloadWelcomeScreen, title: FastScriptReload.Editor.FastScriptReloadWelcomeScreen
UnityEditor.EditorApplication:Internal_CallDelayFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:377)
I googled that type of error and all recommends to reset Layout to factory settings or save your current layout and reactivate it every time you get this error and this works find, but when you enter or exit play mode each time you should reactive your layout or you got this error. May be someone know works around for this issue? Or this is on of typical classical Unity bugs that knows, but was never fixed. Unity version that I'm using is 2022.3.16f
The text was updated successfully, but these errors were encountered:
Doesn't seem to be causing any issues though - i think we'll have to just leave it as is.
To someone who uses the "Error Pause" setting in Unity, this is quite annoying as this error automatically pauses the game and exits full screen whenever I enter it. Any way this can be thrown in a try catch block or something?
I don't think I'll be able to do error handling there. It looks to be originating in editor code. Perhaps FSR does something with uGUI that causes that exception but it's not thrown directly when FSR creates UI.
After installing FastScriptReload using package manager. I get error when trying to maximize Game view I get console error:
Invalid editor window of type: FastScriptReload.Editor.FastScriptReloadWelcomeScreen, title: FastScriptReload.Editor.FastScriptReloadWelcomeScreen
UnityEditor.EditorApplication:Internal_CallDelayFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:377)
I googled that type of error and all recommends to reset Layout to factory settings or save your current layout and reactivate it every time you get this error and this works find, but when you enter or exit play mode each time you should reactive your layout or you got this error. May be someone know works around for this issue? Or this is on of typical classical Unity bugs that knows, but was never fixed. Unity version that I'm using is 2022.3.16f
The text was updated successfully, but these errors were encountered: