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
Assign multiple buttons to skip dialogues
Re: Assign multiple buttons to skip dialogues
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".
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".