Page 1 of 1

Assign multiple buttons to skip dialogues

Posted: Fri Nov 27, 2015 2:21 pm
by nishant
Hi,
How can I assign multiple buttons to skip dialogues ? Currently I have assigned right click to skip but as am adding controller support , I want to add another key of controller to skip dialogues.

Thanks.
Nishant

Re: Assign multiple buttons to skip dialogues

Posted: Fri Nov 27, 2015 3:09 pm
by Tony Li
Hi Nishant,

In Unity's Input Manager (Edit > Project Settings > Input), you can define a button as many times as you want. Unity will check all definitions. For example, let's say you've named the button "Skip". You can create a Skip mapped to "mouse button 1", another Skip mapped to "joystick button 2", another Skip mapped to the "escape" key, etc.

Then just set Dialogue Manager > Input Settings > Cancel button to "Skip".