Leafy Dialogue is a simple multiple-choice dialogue tool designed for the Unity3D game engine.
The installation instructions for the tool can be found in the wiki.
Here are some of the features of Leafy Dialogue:
- Broadcasting messages
- Triggering animations
- Triggering audio
- Multiple-choice options
- Branching Dialogue
To subscribe to a message, simply call Messenger.AddListener("Your message here", your function here). This tool uses an updated version of the Unity Messenger class from the old Unity Wiki.