Page 1 of 1

How to go ahead with dialogue by pressing space

Posted: Sun Nov 21, 2021 9:16 am
by Cocco
During a dialogue, if i press any key the dialogue continues, but i want the dialogue to continue just if i press space. How can i do that? thanks

Re: How to go ahead with dialogue by pressing space

Posted: Sun Nov 21, 2021 9:23 am
by Tony Li
Hi,

Did you do something special to configure the dialogue to continue when pressing any key?

By default, dialogue UIs use standard Unity UI. This means it clicks the continue button (if it has focus) when you press the Unity UI EventSystem's Submit input. The default mappings for the Submit input are the space bar and Enter key. To ensure that the continue button has focus when showing a subtitle, tick the Dialogue Manager's Input Device Manager component > Always Auto Focus checkbox.