Publisher | Niwashi Games |
---|---|
File size | 1.34MB |
Number of files | 34 |
Latest version | 1.0.1 |
Latest release date | 2019-09-20 02:56:12 |
First release date | 2019-09-06 10:56:09 |
Supported Unity versions | 2018.4.2 or higher |
DaTable displays data lists such as items and monsters.
You can create your own data class by inheriting DaTableElement.
- Save the data list in a DaTable asset.
- DaTable assets are managed and edited in the DaTable Window.
- Create a data class by inheriting DaTable Element in your own script.
- Data is selected in the DaTable Window and edited in the Inspector.
- Get the data class from the script and use it.
Demo 1 | Demo2
You can create your own data class by inheriting DaTableElement.
- Save the data list in a DaTable asset.
- DaTable assets are managed and edited in the DaTable Window.
- Create a data class by inheriting DaTable Element in your own script.
- Data is selected in the DaTable Window and edited in the Inspector.
- Get the data class from the script and use it.
Demo 1 | Demo2