Easy Dialogue
Chris McCole
$0.0
$4.99
100%OFF
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
06/30(2021) |
20.0 |
10/14(2021) |
9.99 |
05/19(2022) |
4.99 |
10/13(2023) |
0.0 |
11/21(2024) |
0.0 |
Jump AssetStore
Easy Dialogue is a lightweight, node-based dialogue tool.Easy Dialogue is a lightweight, node-based dialogue tool.Easy Dialogue helps you create, structure, manage and get your dialogue. With the help of a simple and clean Graphical User Interface (GUI), you are able to draw connections between pieces of dialogue, see the flow of dialogue, reuse old dialogue pieces, as well as show branching dialogue.Create interesting and unique dialogue quickly, leaving you room to write scripts and design your game instead of having to worry about how to structure a dialogue system!Key FeaturesEditor GUI node-based dialogueAll dependencies are included in asset download!Player Responses / Branching DialogueSimple structure and architectureTakes no control over the displaying of textGlobal text parametersUser-defined, graph-specific, text replacementSimple and clean scripting APISupport ForumThe Whale for the Easy Dialogue Logo was created by Kelly Abramowitz, you can follow here on instagram @ficusfoxoneThis asset uses xNode under the MIT license as well as Serializable Dictionary, also under the MIT license; see Third_Party_Notices.txt file in package for details. Both of these dependencies are included in the asset download.Implementation DetailsEasy Dialogue does not handle the displaying of dialogue, but instead let's you easily structure and retrieve your dialogue, and any information you care about with your dialogue. The EasyDialogueManager is the script you interact with to get dialogue from the asset. There are three main functions, StartDialogue, NextNode, EndDialogue. These return differently based on success/failure, and they return the dialogue as a struct called dialogue_line. The dialogue_line struct contains information about the character speaking, the text they said, as well as any player responses.Here is a link to the current documentation.