Search found 7 matches

by RonDMC
Mon May 21, 2018 6:31 pm
Forum: General Discussion
Topic: ArgumentOutofRangeException Error
Replies: 5
Views: 4023

Re: ArgumentOutofRangeException Error

Hi Joel. Unfortunately, I don't think the fix worked. If I delete the Save Manager and create a new one, I'll get multiple errors like the one below: Could not extract GUID in text file Assets/Scenes/StartScreen.unity at line 1247. I then have to open the scene in Notepad++ and have to manually dele...
by RonDMC
Sun May 20, 2018 5:01 pm
Forum: General Discussion
Topic: ArgumentOutofRangeException Error
Replies: 5
Views: 4023

Re: ArgumentOutofRangeException Error

Sent the PM. Please let me know if you find the issue and thanks for looking into it. Hope the project files helps.
by RonDMC
Sun May 20, 2018 6:09 am
Forum: General Discussion
Topic: ArgumentOutofRangeException Error
Replies: 5
Views: 4023

ArgumentOutofRangeException Error

I'm getting a bunch of these errors when trying to build out my game. They all look like this and seem to be tied to the Easy Save 3 Manager. ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[UnityEngine.Object].get_Item (Int32 index) (at ...
by RonDMC
Thu Jan 04, 2018 6:46 pm
Forum: General Discussion
Topic: WWWAudioExtensions Error
Replies: 6
Views: 9541

Re: WWWAudioExtensions Error

I eagerly await the fix, thanks for the fast respone!
by RonDMC
Wed Jan 03, 2018 8:09 pm
Forum: General Discussion
Topic: WWWAudioExtensions Error
Replies: 6
Views: 9541

WWWAudioExtensions Error

I just updated both Unity to 2017.3.0f3 and the Easy Save addon via the Asset Store menu in the Unity editor and ES3.cs is throwing me an error: Assets/Plugins/Easy Save 3/Scripts/ES3.cs(475,10): error CS0103: The name `WWWAudioExtensions' does not exist in the current context Didn't see another thr...
by RonDMC
Thu Nov 23, 2017 2:32 pm
Forum: General Discussion
Topic: Nested Class Help
Replies: 3
Views: 4925

Re: Nested Class Help

Nope, that worked. I was over thinking it. Thank you very much! One thing that happened you might want to know, and this might be more of a Unity issue than an Easy Save issue. I stopped working on the old bad ES3Type while it had a compiler error (I was going to come back to it later) and when I re...
by RonDMC
Thu Nov 23, 2017 1:10 am
Forum: General Discussion
Topic: Nested Class Help
Replies: 3
Views: 4925

Nested Class Help

I'm not generally a programmer so forgive me if I'm using terms wrong or get easily confused. I try though. Anyway, I have a serialized nested class with parameters and if I'm reading the documentation right, it's possible to save/load from them but I have to create a custom type for it and modify i...