Search found 3 matches

by qinjie
Thu Feb 27, 2020 12:23 pm
Forum: General Discussion
Topic: Strange bug in unity 2019.3.0
Replies: 10
Views: 6782

Re: Strange bug in unity 2019.3.0

Is this bug just from the save manager being auto-added? or is there more to it? I don't use that feature, and with it off everything seems to be working as intended. I just want to make sure I'm not missing something that's going to come back to bite me later. I pm'd for the fix, but got no reply....
by qinjie
Thu Feb 27, 2020 12:08 pm
Forum: General Discussion
Topic: Can't start ES3 on Unity 2019.3
Replies: 4
Views: 2746

Re: Can't start ES3 on Unity 2019.3

nFighter wrote:Oh, so you aware of the issues, great! Don't worry, I'll wait for the official release then :geek:
Open SettingsWindow.cs in your project, find Init() function and remove this line:

//PrefabUtility.SavePrefabAsset(defaultSettingsGo);

It should be solved.
by qinjie
Thu Feb 27, 2020 12:06 pm
Forum: General Discussion
Topic: Strange bug in unity 2019.3.0
Replies: 10
Views: 6782

Re: Strange bug in unity 2019.3.0

Bouiss wrote:hi ! i have the same problem on my project. Can you send me the fix by MP please ?
Open SettingsWindow.cs in your project, find Init() function and remove this line:

//PrefabUtility.SavePrefabAsset(defaultSettingsGo);

It should be solved.