IniDatabase
Two Cats Code - Haikun Huang
$4.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
04/27(2021) |
0.0 |
07/12(2022) |
4.99 |
11/20(2024) |
4.99 |
Jump AssetStore
This tool helps to manage a flexible and user-customized data structure database.The advanced version Data Manager Pure Version is available.This tool helps to manage a flexible and user-customized data structure database. This tool contains a rich set of APIs to help you read/write the most Unity C# primary data type. You can also easily extend the basic APIs to write your extension APIs to read and write any data type. More, this tool also supports the read/write the database from/into a file.This tool can manage multiple databases at the same time. You can use different databases in combination to meet your needs.Source code included.📃 Online Doc:IniDatabaseCSVManagerUPython2Requirement:One of the following plugins must be imported:**Odin Serializer (Free)****Odin Inspector (Money)**If you have Odin Inspector, you will get a friendly database UI in the Inspector. Otherwise, the database would be a black box to you.Discord🐞 Bug Report & Features Requestquincyhuang/MCMCFrameworks_Public_RepoUser-Customized Data Structure:It contains 2 parts, the Sections and the key & value pairs (k&v pairs).The Section is a collection of k&v pairs, the k&v pair is used to record the value by a unique key in each Section. And the comment of the k&v pair is the starting by a comma “;”.Extend API:It is very simple to extend the APIs for this tool. The core APIs are:public string GetString(string section, string name, string defaultValue = "")public void SetString(string section, string name, string value, string comment = "")