Search found 25 matches

by BTippen
Sun Nov 22, 2020 6:40 pm
Forum: General Discussion
Topic: Getting error when saving List
Replies: 21
Views: 3826

Re: Getting error when saving List

I'll give this a try. Thank you for the support Joel.
by BTippen
Sun Nov 22, 2020 12:52 pm
Forum: General Discussion
Topic: Getting error when saving List
Replies: 21
Views: 3826

Re: Getting error when saving List

But saving is not the problem its loading the data back in on android thats the issue.
by BTippen
Sun Nov 22, 2020 12:26 pm
Forum: General Discussion
Topic: Getting error when saving List
Replies: 21
Views: 3826

Re: Getting error when saving List

The reason I purchased this easy save is because I want to get the data i saved using a scripteditor to STreamAsset folder available to me when i try and reload in the data on android. At the moment easy save (your solution above worked btw thank you), saves to a seperate folder outside my game fold...
by BTippen
Sun Nov 22, 2020 12:15 pm
Forum: General Discussion
Topic: Getting error when saving List
Replies: 21
Views: 3826

Re: Getting error when saving List

using System.Collections; using System.Collections.Generic; using UnityEngine; using System; [Serializable] public class AntSpecies { private string speciesName; private string speciesClassification; private string speciesDifficulty; private string speciesDescription; private SerializableColor[] bod...
by BTippen
Sun Nov 22, 2020 11:00 am
Forum: General Discussion
Topic: Getting error when saving List
Replies: 21
Views: 3826

Getting error when saving List

code: ES3.Save("antSpeciesList", antSpecies_List); error message: NotSupportedException: ES3Type.type is null when trying to create an ES3Type for System.Collections.Generic.List`1[AntSpecies], possibly because the element type is not supported. ES3Internal.ES3TypeMgr.CreateES3Type (System...