Search found 3 matches

by JustiNoPot
Fri Aug 30, 2019 3:43 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Saving a queue of enums
Replies: 1
Views: 7396

Saving a queue of enums

Hi there, I would like to save a queue of enums but I am having issues, how can I do this? I have the queue stored in a class called GameData, so ideally I would be able to simply save it as part of GameData (which is an ES2UserType I have already defined that contains various primitives (ints, bool...
by JustiNoPot
Thu Jan 31, 2019 5:41 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2_UserType issues reading float
Replies: 2
Views: 9328

Re: ES2_UserType issues reading float

Thanks that fixed my issue.
by JustiNoPot
Thu Jan 31, 2019 5:09 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2_UserType issues reading float
Replies: 2
Views: 9328

ES2_UserType issues reading float

Hi there, I keep receiving the following error: EndOfStreamException: Failed to read past end of stream. when trying to load the following UserType: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ES2UserType_GameData : ES2Type { public override void Write...