Search found 2 matches

by plourdegui
Wed May 30, 2018 2:51 am
Forum: General Discussion
Topic: CryptographicException
Replies: 1
Views: 1922

CryptographicException

I am trying to save/load my game data with AES encryption with Easy Save 3. I am getting the following exception: System.Security.Cryptography.CryptographicException : Bad PKCS7 padding. Invalid length This doesn't happen in Unity Editor, but when I deploy the game on Android. We are using the follo...
by plourdegui
Thu May 03, 2018 2:07 am
Forum: General Discussion
Topic: List of custom objects dont't get serialized
Replies: 1
Views: 2263

List of custom objects dont't get serialized

I found out that my custom object structure doesn't get serialized as expected. Whenever I have a list of custom objects, even though the field is annotated with "SerializeField" and the custom object class is annotated with "Serializable", the list doesn't appear in the serializ...