Are Dictionary data types supported?

Discussion and help for Easy Save 3
Post Reply
BTippen
Posts: 25
Joined: Sun Nov 22, 2020 10:58 am

Are Dictionary data types supported?

Post by BTippen »

Having trouble saving a Dictionary. Getting this message:

NotSupportedException: ES3Type.type is null when trying to create an ES3Type for System.Collections.Generic.Dictionary`2[UnityEngine.Vector3Int,AntColony], possibly because the element type is not supported.
ES3Internal.ES3TypeMgr.CreateES3Type (System.Type type, System.Boolean throwException) (at Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs:124)
ES3Internal.ES3TypeMgr.GetOrCreateES3Type (System.Type type, System.Boolean throwException) (at Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs:32)
ES3Writer.Write (System.Type type, System.String key, System.Object value) (at Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs:142)
ES3Writer.Write[T] (System.String key, System.Object value) (at Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs:129)
BTippen
Posts: 25
Joined: Sun Nov 22, 2020 10:58 am

Re: Are Dictionary data types supported?

Post by BTippen »

Its ok guys i figured it out. I didnt have a blank constructor on the data.
Post Reply