Search found 15 matches

by hthought
Wed Jan 09, 2019 12:30 pm
Forum: General Discussion
Topic: ArgumentException error
Replies: 10
Views: 4978

ArgumentException error

Hi there ! Thanks for all the help so far :) I am having a new issue which I am not sure how to go about resolving. I am getting this error : ArgumentException: Only types of UnityEngine.Component can be written with this method, but argument given is type of GameData I have a GameData class like th...
by hthought
Mon Dec 31, 2018 11:27 am
Forum: General Discussion
Topic: FormatException on GameObject Save
Replies: 2
Views: 1692

Re: FormatException on GameObject Save

Hi there, sure I will be posting here instead. Thanks for the reply ! I used None, this actually prevents me from getting the error on startup, but it still happens when attempting to load data(but not on save). I will send you my invoice number on Pm, and I will include a save object, this could po...
by hthought
Mon Dec 31, 2018 10:27 am
Forum: General Discussion
Topic: FormatException on GameObject Save
Replies: 2
Views: 1692

FormatException on GameObject Save

Hi there, I've asked this on the Unity forum, but i thought it's best to mention it here too since this is the official Moodkie forum. I was eventually able to use the autosave "save children" option to store a large hierarchy that includes a gameobject and lots of children. I am not getti...
by hthought
Sun Jun 17, 2018 12:07 am
Forum: General Discussion
Topic: Cannot save list of objects with ES3
Replies: 2
Views: 2512

Re: Cannot save list of objects with ES3

Ok, I think I discovered the solution :) Amazing how the author(s) of the asset have created workaround mechanisms for such cases. Really great work people ! I create ES3Types for PlayerResearch, PlayerAchievement etc... Then I edited the constructors with some default values(looks like they get ini...
by hthought
Sat Jun 16, 2018 10:49 pm
Forum: General Discussion
Topic: Cannot save list of objects with ES3
Replies: 2
Views: 2512

Cannot save list of objects with ES3

Hi there ! 8-) EDIT: Reading around, it looks like I may be falling into this category ? https://docs.moodkie.com/easy-save-2/supported-types/#saving-nested-collections Everything works well with my saves, apart from saving a list of objects. I recently migrated my custom save system to work with ES...