Publisher | Sam Carey |
---|---|
File size | 889.72kB |
Number of files | 23 |
Latest version | 4 |
Latest release date | 2020-02-28 07:41:14 |
First release date | 2018-08-29 08:22:05 |
Supported Unity versions | 2018.4.2 or higher |
Simple Data Tables is a Unity tool which allows game data to be easily stored in structured tables. No coding knowledge is required to create a new table or add/edit its contents.
Data tables could be used for a multitude of different purposes, including, loot systems, quest information, inventory storage, option presets, unlockable skills etc.
Data tables can store:
- int
- string
- float
- double
- bool
- Vector 2 (float and int)
- Vector 3 (float and int)
- GameObject
- Color
- MonoScript
- Transform
- Texture2D
- AnimationCurve
- Rect
- Bounds
- Bounds Int
- Custom Data Types e.g. Class, Enum or data table
This pack contains 12 easy to implement functions which can be used to read, add and edit data tables. Although no coding knowledge is required to create/add data to a table, some understanding of C# functions is required to retrieve data at runtime.
This pack contains 12 easy to implement functions which can be used to read, add and edit data tables. Although no coding knowledge is required to create/add data to a table, some understanding of C# functions is required to retrieve data at runtime.