Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Simple Complex SaveGame Util

Discussion in 'Assets and Asset Store' started by pwhbtg, Mar 24, 2019.

  1. pwhbtg

    pwhbtg

    Joined:
    Oct 20, 2016
    Posts:
    5
    The SimpleComplex SaveGame Util allows you to load, save, encrypt and decrypt very complex and large data models.





    Features
    + Cross Plattform
    + Single Library
    + Fast Integration
    + Mobile ready
    + Encryption using password
    + Custom save file names
    + Complex data models supported eg. nested types.

    These data models can contain lists and dictionaries with complex data types and circular references.

    In addition to synchronous save/load, asynchronous load/save is also supported.

    The library was developed to allow a very fast integration into your project. For this reason e.g. the Newtonsoft.Json.dll was embedded into the library. This was done to avoid any version conflicts with other libraries you use that use Newtonsoft Json.

    The library provides an accessible class called SaveGameUtil. This class loads, stores and encrypts your saved games.


    Online Documentation