Page 1 of 1
Continue Button doesn't work. How to manage bindings on it?
Posted: Thu Sep 19, 2024 3:40 am
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?
Re: Continue Button doesn't work. How to manage bindings on it?
Posted: Thu Sep 19, 2024 9:48 am
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:
Re: Continue Button doesn't work. How to manage bindings on it?
Posted: Mon Sep 23, 2024 4:30 am
by Malja88
Thank You! It helped!
Re: Continue Button doesn't work. How to manage bindings on it?
Posted: Mon Sep 23, 2024 7:56 am
by Tony Li
Glad to help!