This is a Godot Editor plugin to manage dialogues in godot. The plugin allows you to quickly and easily manage all your actors and dialogues. You can also create your own dialog ui. Resources are assigned very easily using drag and drop. The assigned resources can be viewed in preview window, to check them. You can also test all your dialogues in preview mode with simple play system.
Version: 1.3.6
The following screenshots show the working areas of the plugin:
2D Level example
3D Level example
Actors manager
Dialogs preview
Dialogue example simple
Dialogue example question
Dialogue example recursion
This is a regular editor plugin. Copy the contents of addons/dialogue_editor into the same folder in your project, and activate it in your project settings. This plugin also contain example implementation. You find it in addons/dialogue_example folder.