Search found 25 matches

by mjspritzer
Fri Jan 26, 2024 2:27 am
Forum: General Discussion
Topic: Bug with AutoSave Window
Replies: 1
Views: 697

Bug with AutoSave Window

Hi, Easy Save 3's AutoSave window in our project is throwing null reference exceptions and nothing is showing under "Scene" but the asset itself is working just fine, I just can't use that window. I updated Easy Save just now and errors are still throwing. Here are the errors I'm getting, ...
by mjspritzer
Fri Jan 13, 2023 5:35 am
Forum: General Discussion
Topic: When selecting an enum in autosave window it gives error and doesn't load
Replies: 1
Views: 620

When selecting an enum in autosave window it gives error and doesn't load

Hi, I'm trying to save a field in a script for an enum I created. When selected, saved, and loaded it gives this error: NotSupportedException: Type of is not currently supported, and could not be loaded using reflection. ES3Reader.Read[T] (ES3Types.ES3Type type) (at Assets/Plugins/Easy Save 3/Script...
by mjspritzer
Sun Jan 08, 2023 11:59 pm
Forum: General Discussion
Topic: Autosave saving a bunch of unwanted data I don't have selected
Replies: 11
Views: 2504

Re: Autosave saving a bunch of unwanted data I don't have selected

BUG FIXED!! The issue:

The ES3AutoSave scripts that were on some objects didn't get cleared when deleting ES3 from the project, so there was one on the main gamecontroller and some other. Removing them fixed the issue. So glad to have that cleared up :D
by mjspritzer
Sun Jan 08, 2023 9:12 pm
Forum: General Discussion
Topic: Autosave saving a bunch of unwanted data I don't have selected
Replies: 11
Views: 2504

Re: Autosave saving a bunch of unwanted data I don't have selected

Yeah I delete the save file a lot to test. Would I be able to send you the full project but with a smaller scene that replicates the issue? I can't get it to happen without it being in the same project.

Talk to you soon
by mjspritzer
Sun Jan 08, 2023 3:10 am
Forum: General Discussion
Topic: Autosave saving a bunch of unwanted data I don't have selected
Replies: 11
Views: 2504

Re: Autosave saving a bunch of unwanted data I don't have selected

I can't recreate the bug by recreating the game in a new project. I kind of hoped we didn't have to rebuild the entire game in another project in order to avoid the bug (kind of annoying to rebuild your game just to avoid a bug) but thankfully the project is small and it's doable for us. I just imag...
by mjspritzer
Fri Jan 06, 2023 10:56 pm
Forum: General Discussion
Topic: Autosave saving a bunch of unwanted data I don't have selected
Replies: 11
Views: 2504

Re: Autosave saving a bunch of unwanted data I don't have selected

Final one, only one saved is the Achievements and Stats system, with only 1 variable and that the system is enabled.

Thank you!!
by mjspritzer
Fri Jan 06, 2023 10:55 pm
Forum: General Discussion
Topic: Autosave saving a bunch of unwanted data I don't have selected
Replies: 11
Views: 2504

Re: Autosave saving a bunch of unwanted data I don't have selected

Thanks for the quick reply! Will post attachments in multiple posts because it's a lot.
by mjspritzer
Thu Jan 05, 2023 9:10 pm
Forum: General Discussion
Topic: Autosave saving a bunch of unwanted data I don't have selected
Replies: 11
Views: 2504

Autosave saving a bunch of unwanted data I don't have selected

Hey, When I use the autosave manager, I only have one variable selected. However, when looking at the save file, it has a bunch of non-selected unwanted junk saved. When I delete the save file and create a new one, same thing happens. I cannot recreate in a simple scene. Autosave works well in a sim...