Search found 5 matches

by gblekkenhorst
Fri Feb 17, 2023 5:31 am
Forum: General Discussion
Topic: Editor crashes when adding Easy Save Manager after custom Type
Replies: 6
Views: 2512

Re: Editor crashes when adding Easy Save Manager after custom Type

I tried to recreate in a new project and it worked properly. I didn't even need to use the type manager. In the original project, I reset the type in the type manager so it is no longer explicit. Now saving and loading works, but only if I have the Easy Save manager in the scene. In my recreated pro...
by gblekkenhorst
Fri Feb 10, 2023 11:15 pm
Forum: General Discussion
Topic: Editor crashes when adding Easy Save Manager after custom Type
Replies: 6
Views: 2512

Re: Editor crashes when adding Easy Save Manager after custom Type

Oh, turning off everything in the scene let me add the manager. It's not saving properly yet but the crashing issue is fixed. This is the error I'm getting now: FormatException: Input string was not in a correct format. System.Number.StringToNumber (System.String str, System.Globalization.NumberSty...
by gblekkenhorst
Fri Feb 10, 2023 8:39 pm
Forum: General Discussion
Topic: Editor crashes when adding Easy Save Manager after custom Type
Replies: 6
Views: 2512

Re: Editor crashes when adding Easy Save Manager after custom Type

Oh, turning off everything in the scene let me add the manager. It's not saving properly yet but the crashing issue is fixed.
by gblekkenhorst
Fri Feb 10, 2023 7:23 pm
Forum: General Discussion
Topic: Editor crashes when adding Easy Save Manager after custom Type
Replies: 6
Views: 2512

Editor crashes when adding Easy Save Manager after custom Type

Everything was working great until I needed to add a custom type to the system. We have a class called Song which just holds a bunch of variables, and I need to save a List<Song> into the system as the player collects new songs. I added the new type using Window / Easy Save 3 / Types/ Create ES3 Typ...