Add visual novel-style dialog with character portraits and branching player choices to a Godot game
Write and manage RPG conversations with an in-editor visual interface without custom dialog code
Trigger in-game events like music changes or scene transitions from within a dialog sequence
Save and restore a player's exact position in a dialog tree so they can resume after loading a save file
Requires Godot 4.3 or newer, a separate plugin exists at a different repository for the older Godot 3.x engine.
Dialogic 2 is a plugin for the Godot game engine that adds a full dialog system to your game project. Godot is a free, open-source tool for making 2D and 3D games, and Dialogic extends it so you can build conversation sequences, visual novels, and RPG-style interactions without writing all the dialog logic from scratch. At its core, Dialogic handles the pieces that dialog-heavy games need: defining characters with names and portraits, writing branching conversation scripts, triggering in-game events when specific lines play, and managing save states so players can return to where they left off. Visual novels in particular need overlapping systems like character sprites appearing and leaving the screen, text boxes advancing on click, and background music changing between scenes. Dialogic provides tools that cover those patterns so game designers can focus on writing content rather than building infrastructure. The plugin installs directly into a Godot project via the built-in asset library. Once installed, it adds a dedicated editor inside Godot where you create and manage dialogs without leaving the development environment. Dialogic also ships with an auto-updater so you can pull newer versions from within the plugin itself. The plugin requires Godot 4.3 or newer. A separate version for the older Godot 3.x engine exists at a different repository. The codebase uses a naming convention to distinguish stable from internal code: methods starting with an underscore are private and may change between releases without notice. Public methods are documented in an online class reference. The project is licensed under MIT and is community-maintained, with contributions from a number of developers beyond the two original authors.
← dialogic-godot on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.