
It's secure, fast, feature-rich and easy to use. It has a one-liner for saving and loading, with async alternatives to avoid UI-freeze, compression to reduce load times and encryption to secure data.Contact | DocsWhy should you use this asset?Easy to useSaving: DataManager.Save(key, value)Loading: DataManager.Load(key)It's feature-richIt supports encryption, compression, multiple saveslots, broad platform support, async operations and more.Supported OS's and build typesWindows ✅macOS ✅Linux ✅Android✅iOS✅WebGL❌Console ❌Features- Local storage- AES encryption- GZIP compression- Async loading & saving- Multi-saveslot support- Cache to reduce load timesSupported datatypes:Classes, StructsLists, ArraysVector2, Vector3, Vector4, Vector2Int, Vector3IntQuaternionColor, Color32Rect, RectIntBounds, BoundsIntMatrix4x4Ray, Ray2DPlaneAnimationCurveGradientDependenciesNewtonsoft.Json is a required dependency which is automatically installed if not already in your project- Documentation was generated by Claude with a bit of manual editing