Search found 11 matches

by zzzz
Sat Feb 24, 2024 1:50 am
Forum: Dialogue System for Unity
Topic: Using continue button with Bark UI
Replies: 5
Views: 236

Re: Using continue button with Bark UI

Hi, To set up a bark UI to use a continue button, tick the Standard Bark UI component's Wait For Continue Button checkbox. Then add a continue button, and configure its OnClick() event to call StandardBarkUI.OnContinue. To check if the current line is the last line of dialogue, check if DialogueMan...