Daniel Lyons' Notes

Hot Reloading in SwiftGodot

SwiftGodot can potentially support Hot Reloading in Godot.

Setting up the .gdextension file

The GDExtension can be made hot reloadable by setting reloadable = true in The .gdextension file. For more info see Setting up your SwiftGodot GDExtension.

See Also

Hot Reloading in SwiftGodot
Interactive graph
On this page
Setting up the .gdextension file
See Also