Skip to content

Releases: IntoTheDev/Save-System-for-Unity

Save System v1.1 MessagePack

27 Jul 19:06
a5ba00c

Choose a tag to compare

  • Now adapted to use MessagePack v3. No more manual code generation needed for AOT platforms
  • Added automatic save file backup

Save System v1.8 Odin Serializer

04 May 16:18
7d8ff29

Choose a tag to compare

  • Removed internal Item allocation.
  • Asset reference resolver now uses ushort instead of string. It has also been backported to the MessagePack version.
  • AOT (IL2CPP) no longer requires you to create an ITypeProvider, except in very rare and unusual cases.

Update from the previous version requires you to add all asset references again. So, do NOT update if your game is in production and you do not want to break users' save files.

Save System v1.0 MessagePack

24 Jun 21:53
b86e6d3

Choose a tag to compare

This version has better performance and less file size, but it's a little bit more difficult to use than Odin Serializer's version.

  • Changed Odin Serializer to MessagePack
  • Made API more clear and extensible

Save System v1.7

18 Jul 19:19
ac3ed27

Choose a tag to compare

  • Updated Odin Serializer. Resulted in AOT dll generation fix on some versions of Unity.

Save System v1.6

12 Jun 14:12
aed4c08

Choose a tag to compare

  • Added AOT (IL2CPP) support

Save System v1.5

09 May 17:08

Choose a tag to compare

  • Fixed assets resolver that causes file corruption
  • Fixed bug on Andoid and IOS

Save System v1.4

04 May 13:06

Choose a tag to compare

  • Assets serialization
  • Overall improvements

Save System v1.3

02 May 09:25

Choose a tag to compare

  • Odin Serializer integration

Save System v1.2

06 Dec 08:17

Choose a tag to compare

Big rework

04 Dec 14:23
c3f1371

Choose a tag to compare

  • Saving/loading process was simplified (Class/struct with ISerializable interface is not needed anymore).
  • New API (HasKey, DeleteKey, DeleteAll)