Getting Dialogue
Getting General Dialogue
Ensure general dialogue objects are in a folder called Resources.
If you've placed your dialogue assets in the recommended folder (Assets/StylishEsper/QuestTree/Resources/GeneralDialogues
), then it may not be necessary to specify a folder path unless the item is inside a subfolder within the GeneralDialogue
folder.
Getting Quest Dialogue
When quests are created, a dialogue object is created for it automatically in the folder Assets/StylishEsper/QuestTree/Resources/QuestDialogues
.
To get the dialogue object of a quest through code, you can use the quest's key as the identifier.
Last updated