Copy the 'dci' directory to any location within your Godot project. Begin your DCI coding journey with the following code: # define data class Person extends dci_data: var name: String = "Player" # ...
Create a new generator file by creating a new script and making it extend FluentGenerator. At the top of that script, ensure you add the @tool annotation. In your script, override the view() and ...