Search found 35 matches

by jinxology
Thu Dec 28, 2023 6:21 pm
Forum: General Discussion for Easy Save 3
Topic: Problem saving object
Replies: 2
Views: 3494

Re: Problem saving object

Great, thanks Joel, I knew I was doing something silly!
by jinxology
Thu Dec 28, 2023 12:44 am
Forum: General Discussion for Easy Save 3
Topic: Problem saving object
Replies: 2
Views: 3494

Problem saving object

Hey there! I'm having a problem with an object (Character) not saving the any of the fields. The parent object's fields are saving correctly (Player) and I have the Character fields selected in the Types area for Character, but my save file looks like the data at the bottom of this post, with both c...
by jinxology
Thu Aug 06, 2020 4:14 pm
Forum: General Discussion for Easy Save 3
Topic: List of objects won't save
Replies: 2
Views: 2785

Re: List of objects won't save

Hi Joel,

I ended up storing things a little differently as a workaround, so no worries on this. If I run into it again, I'll post. Long time user of your great product, thanks for all your hard work.
by jinxology
Wed Aug 05, 2020 6:01 pm
Forum: General Discussion for Easy Save 3
Topic: List of objects won't save
Replies: 2
Views: 2785

List of objects won't save

I'm trying to save a List<MinimapTile>, but what I end up with is a list of empty objects in the save file. I tested it with a very basic version of the MinimapTile object (called SaveMinimapTile) that DOES work. I have ES3 Types setup for both objects with all the fields checked. [Serializable] pub...
by jinxology
Fri Apr 19, 2019 4:36 pm
Forum: General Discussion for Easy Save 3
Topic: Deprecated libraries
Replies: 3
Views: 5449

Re: Deprecated libraries

PM sent. Thanks Joel
by jinxology
Thu Apr 18, 2019 1:38 am
Forum: General Discussion for Easy Save 3
Topic: Deprecated libraries
Replies: 3
Views: 5449

Re: Deprecated libraries

Bump. Also, anyone else getting these warnings? Here's the full list: Assets/Plugins/Easy Save 2/Editor/AutoSave/ES2EditorAutoSaveUtility.cs(46,17): warning CS0618: `UnityEditor.PrefabUtility.DisconnectPrefabInstance(UnityEngine.Object)' is obsolete: `The concept of disconnecting Prefab instances ha...
by jinxology
Sun Apr 14, 2019 7:51 pm
Forum: General Discussion for Easy Save 3
Topic: Deprecated libraries
Replies: 3
Views: 5449

Deprecated libraries

Hey Joel, I've been getting a ton of warnings, generally like the following: Assets/Plugins/Easy Save 2/Scripts/ES2Web.cs(19,9): warning CS0618: `UnityEngine.WWW' is obsolete: `Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features' Assets/Plugins/Easy ...
by jinxology
Fri Jul 20, 2018 9:09 pm
Forum: General Discussion for Easy Save 3
Topic: Does your game use Easy Save? Let us know!
Replies: 33
Views: 890895

Re: Does your game use Easy Save? Let us know!

It does indeed! I'm using Easy Save 3. Just launched! You can play it here:

https://armorgames.com/world-of-taleswo ... 8386?fp=ng

Easy Save is amazing, and Joel's customer support is the best around.
by jinxology
Tue Jul 10, 2018 6:04 am
Forum: General Discussion for Easy Save 3
Topic: Conflicting types
Replies: 2
Views: 4409

Re: Conflicting types

That worked, thanks Joel
by jinxology
Sat Jul 07, 2018 10:58 pm
Forum: General Discussion for Easy Save 3
Topic: Conflicting types
Replies: 2
Views: 4409

Conflicting types

I'm using ES3, compiling for WebGL, and although it compiles successfully, I'm getting 5 warnings: Assets/Plugins/Easy Save 2/Scripts/MoodkieSecurity/AESEncryptor.cs(13,17): warning CS0436: The type `MoodkieSecurity.AESBits' conflicts with the imported type of same name'. Ignoring the imported type ...