Search found 2 matches

by Rudi
Tue Mar 30, 2021 1:20 pm
Forum: General Discussion
Topic: Issue with Easy Save 3 and Unity 2021.1.0b7
Replies: 6
Views: 1951

Re: Issue with Easy Save 3 and Unity 2021.1.0b7

Hey Joel, I have not looked into it too much, but to quickly guess what is going on. The EditorWindow.GetWindow() function should not return null, but create a new window instead (I guess something goes wrong when it tries to do so). https://docs.unity3d.com/2021.1/Documentation/ScriptReference/Edit...
by Rudi
Tue Mar 30, 2021 12:35 pm
Forum: General Discussion
Topic: Issue with Easy Save 3 and Unity 2021.1.0b7
Replies: 6
Views: 1951

Re: Issue with Easy Save 3 and Unity 2021.1.0b7

Hey there, I experienced the same issue on the official 2021.1.0f1 release of unity. I also found a workaround. 1. save your project before you do this, do a backup if you feel like it! 2. goto ES3Window.cs line 22 3. Comment the contents of the InitAndShowHome() function. 4. Go back to the Editor (...