Skip to content
End3r6 edited this page Feb 2, 2024 · 1 revision

Welcome to the LeafyDialogue Wiki!

Here are the instructions for setting up and extending the system:

  1. Download the project and extract the folder. Then drag it into your Assets folder.
  2. You need to set up a UI and a button prefab for choice events. The ButtonChoiceBroadcaster script is all that's needed for this prefab. Set the BroadcastName as the OnClick event for the button and you're good to go.
  3. Next, drag the Dialogue Reader onto your character. You can set up dialogue trees in the Dialogue Tree component that gets added.
  4. After that, add the UI Manager to this reader and add a trigger script. You can make your own as needed or use the premade trigger-by-distance script.
  5. Lastly, enjoy the dialogue!
Clone this wiki locally