Prerequisites
- Godot 4.4 or later
For older versions of Godot, see the compatibility guide:
- Godot 4.3: Use Dialogue Manager v3.3
- Godot ≤4.3: Use Dialogue Manager v2.x
- Godot 3: Use Dialogue Manager v1.x
Installation Methods
- Asset Library
- Manual Installation
Search for Dialogue Manager
Search for “Dialogue Manager” in the search bar and select the addon from the results.
Download and install
Click Download, then Install when the download completes. Make sure the installation path is set to
res://addons/dialogue_manager/.Verify Installation
Once you’ve enabled the plugin, you should see:- A new Dialogue tab in the editor (next to 2D, 3D, Script, AssetLib)
- A
DialogueManagersingleton available in your scripts - New node types available when adding nodes:
DialogueLabelandDialogueResponsesMenu
What’s Included
The addon includes:- Dialogue Editor: A built-in editor for writing dialogue with syntax highlighting
- DialogueManager: A global singleton for managing dialogue resources
- Example Balloon: A pre-built dialogue UI that you can use or customize
- DialogueLabel: A specialized RichTextLabel for typing out dialogue with effects
- DialogueResponsesMenu: A menu component for handling player responses
Next Steps
Quick Start
Create your first dialogue in under 5 minutes
Basic Dialogue
Learn the dialogue syntax and features