Dialogue Manager for Godot 4
Dialogue Manager is an addon for Godot 4 (there's a Godot 3 version too) that provides a stateless branching dialogue editor and runtime. Write your dialogue in a script-like way and easily integrate it into your game.
Getting started
- Download a copy of the addon.
- Extract the contents of that ZIP file to your
res://
directory. - Enable
Dialogue Manager
in your project plugins. - Open the Dialogue Editor (next to "2D", "3D", "Script", etc) and create a new
dialogue
file. You can test it via the "Test dialogue" button.
Video Guides
Documentation
Contributors
Dialogue Manager is made by Nathan Hoad with help from these cool people.
License
Licensed under the MIT license, see LICENSE
for more information.