top of page

Unity Dialog Tool

A tool to facilitate dialog in Unity games

Dialog Tool for Unity written in C# that makes it easy to create and edit conversations between characters.

The tool allows you to:

  • Define a list of characters

  • Reorder your conversation by dragging lines of dialog

  • Letter-by-letter text output effect with adjustable speed

  • Set your own character picture/avatar for each character

Source Code: https://github.com/guitarjorge24/DialogueTool

I have also written some documentation that explains how to use the tool.

bottom of page