Siccity / xNode

Unity Node Editor: Lets you view and edit node graphs inside Unity
MIT License
3.34k stars 593 forks source link

When minimizing a maximized Editor window, Unity unexpectedly resets all windows. #382

Open jakesee opened 7 months ago

jakesee commented 7 months ago

Not sure if this is the right place to post, but it only happens to XNode editor. I am using XNode 1.8 and XNode Groups 1.0.

After working in maximised docked window, when I try to minimize the editor window, unity gives the following warning dialog. (There is no error in a single standalone maximised window)

image

If I click quit, Unity quits the application. If I click continue, it resets all window layout to default and shows the follow error:

Maximized serialized file backup not found. UnityEditor.GenericMenu:CatchMenu (object,string[],int)

image

Has anyone encountered this? Any idea how to fix? Or debug?