Page 1 of 1

Dialogue System always listens for escape to skip/exit

Posted: Mon Apr 05, 2021 10:03 am
by JoshK
Hi,

Im having an issue where despite setting the 'Cancel Subtitle Input' and 'Cancel Conversation Input' to a different key or to none the system still skips through subtitles and exits during a response menu when Esc is pressed. I can't seem to find what im missing/doing wrong.

Image

Re: Dialogue System always listens for escape to skip/exit

Posted: Mon Apr 05, 2021 10:33 am
by Tony Li
Hi,

By default, Unity's input manager maps the "Cancel" input to Esc, too. Make sure Cancel Subtitle Input and Cancel Conversation Input don't also listen for "Cancel". (From your screenshot, the config looks good.)

If that looks OK, check if your continue UI button itself has a UI Button Key Trigger component. If it does, make sure it isn't mapped to Esc/Cancel.

Re: Dialogue System always listens for escape to skip/exit

Posted: Mon Apr 05, 2021 10:51 am
by JoshK
Hallelujah! You pointed me in the right direction, thank you.

I had failed to set the 'Cancel Subtitle Key' and 'Cancel Conversation Key' to none in the conversation itself, not just on the manager Input Settings.

Re: Dialogue System always listens for escape to skip/exit

Posted: Mon Apr 05, 2021 10:58 am
by Tony Li
Glad to help!