Continue Button doesn't work. How to manage bindings on it?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Malja88
Posts: 2
Joined: Fri Jul 26, 2024 1:54 am

Continue Button doesn't work. How to manage bindings on it?

Post by Malja88 »

Hello,

Unfortunatelly, but continue button doesn't work at all. Then the dialogue line comes to an end, no matter that I push on a keyboard - nothing happens :(

I have attached screenshots of the dialogue elements

How does dialogue system manage bindings?
Attachments
Безымянный1.png
Безымянный1.png (211.53 KiB) Viewed 29 times
Безымянный.png
Безымянный.png (225.35 KiB) Viewed 29 times
User avatar
Tony Li
Posts: 21634
Joined: Thu Jul 18, 2013 1:27 pm

Re: Continue Button doesn't work. How to manage bindings on it?

Post by Tony Li »

Hi,

Things to check:

1. Continue Button is assigned to subtitle panel's StandardUISubtitlePanel component > Continue Button field.

2. Dialogue Manager GameObject's Display Settings > Subtitle Settings > Continue Button dropdown is set to Always.

3. If you want keyboard/joystick navigation, tick Dialogue Manager's Input Device Manager component > Always Auto Focus.

4. If you want to bind a key other than the EventSystem's "Submit" input, add a UI Button Key Trigger component to the continue button.

More info:
Post Reply