Simple Database
Eric Mourin
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
02/05(2019) |
0.0 |
11/20(2024) |
0.0 |
Jump AssetStore
Simple Database is a solution that provides the simplicity of PlayerPrefs without sacrificing scalability and versatility. With this asset you will get going with just 4 lines of code!
The backbone of this asset is a lightweight database, which allows it to shine the brightest when it matters the most: when the save files are big and threaten to become a bottleneck for your application. But this asset is more than just a faster solution; you will be able to split your game saves into different files, providing a simple, reliable and well-organized solution for your save files.
To be able to save any kind of object into the database, Simple Database uses Newtonsoft Json.NET for Unity3D. That will allow you to serialize and store any kind of object and recover it effortlessly.
Simple Database is much more powerful when combined with the free asset by Wanyzee Studio: Json.NET Converters - Simple compatible solution. This asset will allow you to serialize Unity types out of the box and without any kind of configuration needed so I highly recommend grabbing it if you need to serialize any of the Unity types. Include this package on your project and you should be good to go!
Take a look at the QuickStart guide and see by yourself how easy is to create save files!
Did you like this asset? Help me create more open source projects
Found a bug? Report it Here
Contact me at info@skytanet.com for questions or suggestions.
This asset uses BplusDotNet under the 2-clause BSD license and Json.net.Unity3D under the MIT license; see Third-Party Notices.txt file in package for details.