No longer supported or provided.
Updated: 2024JAN07
Have you ever wanted a simple to use database system that will work in both editor and runtime modes? So have I. Using the MSDN online documents I created this database system for us all to use. It is clean and dead simple to use.
Features:
- Works in any Unity version (submitted in v5.1.2)
- Full C# source (fully commented)
- Databases are Text (txt) based and very fast (Disk Read/Write Speed)
- Excellent and Easy data coordination (example shown)
- Works with any operating system that allows file access
- Unlimited number of databases
- Encryption option for sensitive databases (AES 128bit)
- No Need to Pack Databases…Ever
- Consistent and Intuitive Wrappers that are easy to remember
- Maximum Data Length per File is 2,147,483,647 Characters
- Supported data types: int, float, string
Included:
- Genesis Database include script
- Detailed PDF instructions on how to use
- Sample empty Demo Scene with Sample Test Script