I need support with DialogTree. I am starting my dialogtree with StartDialog() but during the dialog I want to be able to stop/cancel it whenever I want. I couldnt find any StopDialog() method to call. How can I proceed.
The StopDialogue() have been omitted, but you can achieve exactly the same thing, by calling something like: GetComponent<DialogueTreeController>().StopBehaviour() .
Regardless, I have just added StopDialogue() method in DialogueTreeController for consistency purposes, although, simply calling StopBehaviour(), is exactly the same.