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?
Continue Button doesn't work. How to manage bindings on it?
Continue Button doesn't work. How to manage bindings on it?
- Attachments
-
- Безымянный1.png (211.53 KiB) Viewed 101 times
-
- Безымянный.png (225.35 KiB) Viewed 101 times
Re: Continue Button doesn't work. How to manage bindings on it?
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:
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?
Thank You! It helped!