
M
Publisher
miisan
Mi Bubble Dialogue 2D
2D
Dialogue Customizable UI Interaction Components Creation Feedback Tutorial
BubbleDialogue is a simple easy to use bubble dialogue plugin It Features: Customizable dialogue bubbles User-friendly custom dialogue editor integration
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
BubbleDialogue
BubbleDialogue is a simple easy to use dialogue plugin for godot 4.2 :) I made this for my game and now i am releasing it public :)
Features
- Customizable dialogue bubbles
- User-friendly editor integration
Installation
- Download the BubbleDialogue plugin
- Copy the
addons/BubbleDialoguefolder into your Godot project - Enable the plugin in Project Settings -> Plugins
Usage
Creating a Dialogue
- Open the BubbleDialogue editor panel
- Click "New Dialogue"
- Write your dialogue in the editor:
Character1: Hello there!
Character2: Hi! How are you?
Character1: I'm doing great, thanks for asking!
- Save your dialogue

Using Dialogue in Your Game
Add a BubbleDialogue node to your scene and use the following code:
extends Node2D
@onready var bubble_dialogue = $BubbleDialogue
func _ready():
bubble_dialogue.play("YourDialogueName")
Contributing
Contributions are welcome! WWW
License
This project is licensed under the MIT License