News

An array implementation for Unity that works both in burst and in managed code without having to copy over data. Native arrays are slower when used in Managed code, but faster/required in Native code ...
Serializing Save Data to JSON, loading it from that file, and Delete operations from in-game - micgurro/unity-save-load-json ...