// Prefer ScriptableObject derived type to use binary serialization regardless of project's asset serialization mode. // This is useful for custom asset types that contain large amounts of data. // ...
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 ...