Search found 2 matches

by Gnarwi
Thu Aug 15, 2019 9:41 am
Forum: General Discussion
Topic: FormatException
Replies: 2
Views: 1277

Re: FormatException

That solved it.

Thanks for your help.
by Gnarwi
Wed Aug 14, 2019 10:10 pm
Forum: General Discussion
Topic: FormatException
Replies: 2
Views: 1277

FormatException

Im trying to save a simple List<int> but it keeps throwing this exception when im trying to load it : [*]FormatException: Expected '}', found '0'.[/*] Am i missing something obvious here? Here are my Save / Load methods. Load() is being called on Start() and Save() is on OnApplicationQuit(). public ...