Available Examples
Portraits & Emotes/Tags
Learn how to display character portraits alongside dialogue and use tags to control emotes and expressions.
Visual Novel
A complete visual novel example demonstrating story-driven gameplay with branching narratives.
Voices & Translations
Implement voice acting and multi-language support in your dialogue system.
Speech Balloons
Create comic-style speech balloons and bubbles for character dialogue.
Endless Scroll & Text Input
Build chat-style interfaces with scrolling dialogue and player text input.
Video Tutorials
Dialogue in Godot 4
Comprehensive guide to getting started with Dialogue Manager in Godot 4, including player movement integration.
Making Cut-scenes
Learn how to create cinematic cut-scenes using Dialogue Manager.
Making Dialogue Balloons
Step-by-step guide to creating custom dialogue balloons for your game.
Beginner-Friendly Example
New to Dialogue Manager? Start with the Beginner Dialogue Example Project which includes complete source code and demonstrates fundamental concepts.
- Basic dialogue setup
- Player movement control during dialogue
- Simple response handling
- Clean code architecture
What You’ll Learn
Each example project demonstrates practical implementations of:- Dialogue Integration: How to trigger and display dialogue in different game contexts
- Custom Balloons: Various approaches to styling and positioning dialogue UI
- Character Systems: Managing multiple characters, portraits, and expressions
- State Management: Handling game state changes based on dialogue choices
- Advanced Features: Voice acting, translations, custom effects, and more
Using the Examples
- Download the example project from itch.io
- Open it in Godot 4.4 or later
- Explore the scene structure and scripts
- Run the project to see it in action
- Adapt the techniques to your own game