Search found 8 matches

by erik
Sat May 04, 2019 2:57 am
Forum: General Discussion
Topic: ES3 JSON Reader Error When Loading into Empty Array
Replies: 3
Views: 1980

Re: ES3 JSON Reader Error When Loading into Empty Array

Hmm maybe you could help me understand how to resolve what I'm trying to do. I have a method that takes in an array of RegrowingFoodPlant_Yield objects and uses the data to build prefabs and copy the variables from the array into. I'm using ES3.Save to save the arrays, and now I'm trying to load the...
by erik
Thu May 02, 2019 11:59 pm
Forum: General Discussion
Topic: ES3 JSON Reader Error When Loading into Empty Array
Replies: 3
Views: 1980

ES3 JSON Reader Error When Loading into Empty Array

Hi, I'm trying to load a saved array of objects to be used in a method that sets everything back up as normal. Since I don't want ES3 to generate new GameObjects, I created a new empty array of those objects, and I'm using the ES3.LoadInto method to load the saved array into. Code looks like this: R...
by erik
Sun Feb 10, 2019 7:10 pm
Forum: General Discussion
Topic: StackOverflow Error, Unable to Build Project
Replies: 9
Views: 4393

Re: StackOverflow Error, Unable to Build Project

Project is finally building again! Thanks so much for the help Joel.
by erik
Sun Feb 10, 2019 1:39 am
Forum: General Discussion
Topic: StackOverflow Error, Unable to Build Project
Replies: 9
Views: 4393

Re: StackOverflow Error, Unable to Build Project

Okay so I've installed the new version and at least my build is not timing out anymore - now I'm getting an error: 161: [Unity] -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Assembly-CSharp-firstpass.dll 162: [Unity] Assets/Plugins/Easy Save 3/Scripts/Settings/...
by erik
Sat Feb 09, 2019 5:49 am
Forum: General Discussion
Topic: StackOverflow Error, Unable to Build Project
Replies: 9
Views: 4393

Re: StackOverflow Error, Unable to Build Project

Hi Joel, Thanks for the quick response. I disabled Auto Update References and refreshed references, but the same error is still happening. Unfortunately, I'm getting this error a commercial project so I'm unable to send anything that could help you out. I made a new project and tried to replicate it...
by erik
Thu Feb 07, 2019 5:27 pm
Forum: General Discussion
Topic: StackOverflow Error, Unable to Build Project
Replies: 9
Views: 4393

StackOverflow Error, Unable to Build Project

Hello, I've been using ES3 a while and building my game without problems and I'm not sure what changed, but now when trying to build my game I get a StackOverflow error spamming this: 10408: [Unity] ES3ReferenceMgr:GenerateReferences() (at Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs:44) 10...
by erik
Sun Dec 16, 2018 2:40 am
Forum: General Discussion
Topic: How do I stop ES3 from creating GameObjects
Replies: 2
Views: 1757

Re: How do I stop ES3 from creating GameObjects

Ah alright makes sense. Thanks.
by erik
Thu Dec 13, 2018 4:03 am
Forum: General Discussion
Topic: How do I stop ES3 from creating GameObjects
Replies: 2
Views: 1757

How do I stop ES3 from creating GameObjects

Hi, I've gotten saving and loading to work in my game correctly, but there are unnecessary objects being created since I'm not using the LoadInto method. I am loading objects straight into a method as parameters, so everything is being loaded and used correctly, but then ES3 makes extra game objects...