Search found 8 matches

by jleven22
Fri Feb 05, 2021 7:09 pm
Forum: General Discussion
Topic: InvalidOperationException: An Easy Save 3 Manager is required to load references.
Replies: 9
Views: 2186

Re: InvalidOperationException: An Easy Save 3 Manager is required to load references.

Unfortunately I don't think it's going to be simple enough for me to just create a new project. Mine is a little more complicated for that. However let me just kind of start from the top and lay out what's going down a little more clearly. Basically I have a weapon pickup and a player. Once the weap...
by jleven22
Thu Feb 04, 2021 6:46 pm
Forum: General Discussion
Topic: InvalidOperationException: An Easy Save 3 Manager is required to load references.
Replies: 9
Views: 2186

Re: InvalidOperationException: An Easy Save 3 Manager is required to load references.

OK I did that and have made some progress. That said, I am running into a new issue with ES3. First off, it doesn't appear that the save manager is adding the content to either the actual list nor the gameobjects themselves to the correct parent. https://i.imgur.com/OAwRntq.png https://i.imgur.com/Z...
by jleven22
Wed Feb 03, 2021 10:31 pm
Forum: General Discussion
Topic: InvalidOperationException: An Easy Save 3 Manager is required to load references.
Replies: 9
Views: 2186

Re: InvalidOperationException: An Easy Save 3 Manager is required to load references.

Yup, ok, I had a lot of research to do before getting back to you. I understand now. Now here's a feature question I have: Can I remove references from the reference manager? For instance, if I only wanted to include the weapons in my game, because I don't need to save and load everything else, coul...
by jleven22
Mon Feb 01, 2021 10:53 pm
Forum: General Discussion
Topic: InvalidOperationException: An Easy Save 3 Manager is required to load references.
Replies: 9
Views: 2186

Re: InvalidOperationException: An Easy Save 3 Manager is required to load references.

I did actually go ahead and add it to the scene, and my other scenes. I still get the same error.

I do question needing it though - the other calls have gone swimmingly. Is it something about lists that requires the manager to be added?
by jleven22
Fri Jan 29, 2021 7:12 pm
Forum: General Discussion
Topic: InvalidOperationException: An Easy Save 3 Manager is required to load references.
Replies: 9
Views: 2186

InvalidOperationException: An Easy Save 3 Manager is required to load references.

Have been using ES3 for everything from variables to arrays without an ES3 Manager. Now I'm trying with a list and for some reason I'm getting that error. I would prefer not have this in all of my scenes. I could add, very simple, just trying to understand why it's happening, because I'd like to hav...
by jleven22
Fri Jan 29, 2021 5:42 pm
Forum: General Discussion
Topic: Broke My Game Trying to Load Array
Replies: 4
Views: 1039

Re: Broke My Game Trying to Load Array

You were right, it was my logic. Thanks!
by jleven22
Wed Jan 27, 2021 7:07 pm
Forum: General Discussion
Topic: Broke My Game Trying to Load Array
Replies: 4
Views: 1039

Re: Broke My Game Trying to Load Array

Hi there, Please could you let me know what errors you're getting? All the best, Joel Unfortunately it's too complex for me to try and reiterate. The errors have more to do with my own code, but the origin of these errors is the way I am loading. As long as I don't load (aka comment out the code I ...
by jleven22
Wed Jan 27, 2021 5:37 pm
Forum: General Discussion
Topic: Broke My Game Trying to Load Array
Replies: 4
Views: 1039

Broke My Game Trying to Load Array

I've been stuck on this issue for almost a month and today I finally narrowed it down to the fact that I'm just using array saving/ loading wrong. Basically, I have two arrays, one string and one int. They are storing values and I want to be able to save and load the same values from level to level ...