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 for Godot Engine 4
A CastleDB loader for Godot Engine 4.1.1.0 update:* bug fixes.
Supported Engine Version
4.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL
GDCastleDB for Godot Engine 4.0 and later
A CastleDB loader for Godot Engine 4.0 and later.
for Godot Engine 3.0
Example
- Install this addon to your project
- Add *.cdb to autoload in the project setting
func f( ):
var row: = TestDB.table_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 Godot Engine 4.
1.1.0 update:
* bug fixes.
Reviews
Quick Information

GDCastleDB for Godot Engine 4
A CastleDB loader for Godot Engine 4.1.1.0 update:* bug fixes.
Supported Engine Version
4.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL