Hi folks!
I couldn’t find a save game solution for PlayMaker that I was happy with, so I made my own. ![]()
Introducing…
Smooth Save is an easy and flexible save game solution for PlayMaker. You can save or load your whole game with a single action, or you can manage specific data in detail.
Unity Asset Store: Smooth Save for PlayMaker
By default, Smooth Save is almost magically easy to use. Just tell it to save, and it saves. Just tell it to load, and it loads. There are no keys to keep up with or other hoops to jump through. It just works. It’s that easy!
But if you want more power, Smooth Save is ready for that, too. You can reference any variable by a unique key and you can save as many data pools as you need. You can save exactly what you want, exactly the way you want it.
Smooth Save data is also cheat resistant. Instead of human readable and easily modified text files (XML, JSON, etc), it uses binary serialization. This prevents casual cheating by general users.
Provided are 32 PlayMaker actions that go far beyond PlayerPrefs. There are actions for saving variables in bulk, individual actions for each type, data pool management, memory debugging, result events, and more.
Smooth Save directly supports PlayMaker variables of type Bool, Color, Float, Int, Quaternion, Rect, String, Vector2, and Vector3. It also supports core GameObject properties, and can save most any other value in the game indirectly with the Get Property and Set Property actions.
Smooth Save is the only save game asset built from the ground up specifically for PlayMaker. Don’t pay more for functionality you won’t or can’t use!
Includes a demo scene and complete documentation. Download the documentation here.
Requirements
Smooth Save requires the PlayMaker asset, which is sold separately by Hutong Games.
Smooth Save requires a writable file system to save data. As such, it does not support the Unity Web Player or other platforms which lack this.
If you have any questions, just drop me a line.
support@ChristopherCreates.com
Unity Asset Store: Smooth Save for PlayMaker








