
Pepersistent
Pepersistence is an extensible save/load system that simplifies game data persistence in Unity. It provides a flexible architecture through ISaveData and ISavable interfaces, supporting custom serialization handlers and seamless integration with dependency injection frameworks. Built on Json.NET, it reduces boilerplate code for managing game state across your project.
Install 0