Description
This is generic database access units, alternative to generated units for Unity Visual Scripting (ex-Bolt). Instead of generated units, these units are generic, meaning you provide tables/fields names for accessing database. Units are located under BansheeGz category.
Available units:
| Name | Description |
|---|---|
| BGDatabaseCountEntities | Count the number of rows for specified table |
| BGDatabaseCreateEntity | Create a new row for specified table |
| BGDatabaseDeleteEntity | Delete the row for provided table and row index |
| BGDatabaseGetEntityIndex | Get index for specified entity |
| BGDatabaseSwapEntities | Swap two entities(Change their order) |
| BGDatabaseGetField | Get field value for provided table/field/row (see the screenshot for details) |
| BGDatabaseSetField | Set field value for provided table/field/row (see the screenshot for details) |
Releases
Click to see all releases
| Version | Release date | Log |
|---|---|---|
| 1.0 | Feb 04, 2021 | Initial release |