A stateless branching dialogue manager for the Godot Game Engine.
Write your dialogue in a simple script-like way and run it in your game.
NOTE: This is for Godot 4. If you are using Godot 3 then have a look at the v1.x branch.
- Clone or download a copy of this repository.
- Copy the contents of
addons/dialogue_manager
into yourres://addons/dialogue_manager
directory. - Enable
Dialogue Manager
in your project plugins. - Open the "Dialogue" Editor (next to "2D", "3D", "Script", ...) to create your first
.dialogue
file. You can immediatly test your dialogue by using the "Test Dialogue" button in the editor.
Godot Dialogue Manager is made by Nathan Hoad with help from these cool people.
Licensed under the MIT license, see LICENSE
for more information.