Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

GDCastleDB
A CastleDB loader for GodotEngine 3.
Supported Engine Version
3.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL
GDCastleDB for Godot Engine 3.5 and later
A CastleDB loader for Godot Engine 3.5 and later.
Example
- Install this addon to your project
- Add *.cdb to autoload in the project setting
func f( ):
var row: = TestDB.test_sheet.get("ID_TEST")
print( row.text )
print( row.integer )
print( row.floating )
print( row.color )
TODO
License
MIT License
Author
あるる / きのもと 結衣 @arlez80
A CastleDB loader for GodotEngine 3.
Reviews
Quick Information

GDCastleDB
A CastleDB loader for GodotEngine 3.
Supported Engine Version
3.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL