This project explores 3 different methods of data serialization (Saving) in Unity: binary serialization, PlayerPrefs and JSON serialization. I based this project on the Unity Serialization Live Cast ...
This Package contains tools that help serialize and dserialize data of different type to/from byte-array (byte[]) or ArraySegment with zero memory allocation. This realisation is based on unsafe ...