handzlikchris/FastScriptReload

An error is thrown when maximizing the Scene/Game view

epicsquad opened this issue · 1 comments

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

Thanks, I can repro on my end (never noticed before as I rarely maximize game window)

There's not much with stack trace - looks to be editor code. Can't find much online beyond what you've found.

Doesn't seem to be causing any issues though - i think we'll have to just leave it as is.