Simple Data Tables (Unity Asset / Editor Extension)
A downloadable asset pack
Simple Data Tables is a Unity tool allowing 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, game option presets, unlockable skills etc.
Data tables can store:
- Int
- String
- Float
- Double
- Boolean
- Vector 2 (float and int)
- Vector 3 (float and int)
- GameObject
- Color
- MonoScript
- Transform
- Texture2D
- AnimationCurve
- Rect
- Bounds
- Bounds int
- Custom Data Types (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.
Download
Install instructions
Online documentation can be found here:
https://drive.google.com/open?id=1af_l5S0tCtNiGMdQwGCYwsDUe1kNvzubWzmwxUfawqg
Development log
- Pack Overhaul - CompleteFeb 28, 2020
- Major UpdateSep 29, 2019
- Version 2.0Aug 20, 2019
- UI OverhaulJul 20, 2019
Comments
Log in with itch.io to leave a comment.
Bought it! Will be giving this a ride, mix it maybe with others like GoogleSheets connection, that way it can be used as an editor inside unity but also pull that online for dev and convert it to the asset's intended data types.
Question, probably beyond the use case, is it easy enough to persist it after changes done at runtime? maybe with Easy Save 3?
Why does this come up under free if it isn't free?