Page 2 of 2

Re: Automatic bark conversations

Posted: Tue Feb 14, 2023 8:02 pm
by kimosabe
Tony Li wrote: Tue Feb 14, 2023 6:43 pm You can manually continue the conversation, but it might be best to get to the bottom of what's going on.

To manually continue after 3 seconds, set the dialogue entry node's Sequence field to: Continue()@3

To get to the bottom of the issue, here are two approaches:

1. Instead of using a bark UI, use an overhead subtitle panel:
How To: Overhead Conversation Bubble Text
You'll still want to use an Override Dialogue UI and assign Basic Standard Dialogue UI.

2. Or check the bark UI's StandardBarkUI component. If it's configured to wait for a continue button press, untick the option. Also check the Dialogue Manager GameObject's Subtitle Settings > Continue Button dropdown and the conversation's properties (Menu > Conversation Properties in the Dialogue Editor window). Make sure the conversation's properties aren't overriding the Continue Button dropdown to require continue button clicks.
Thank you so much, my problem was that the conversation properties should've had overrides set to adjust continue behaviour. It works perfectly now both with bark and subtitle UI.

Re: Automatic bark conversations

Posted: Tue Feb 14, 2023 8:17 pm
by Tony Li
Great! I'm glad it's working now.