I am working on a JRPG project.
I would like to change Keycode for select respond menu button from KeyCode.Return to KeyCode.Z.
How can I accomplish this change?
Change selecting respond menu button by other key
Re: Change selecting respond menu button by other key
Hello,
The dialogue UI uses Unity UI.
Unity UI uses an EventSystem.
The EventSystem's Standalone Input Module has a Submit input:
The Submit input is mapped to 'return'. Change it to 'z':
The dialogue UI uses Unity UI.
Unity UI uses an EventSystem.
The EventSystem's Standalone Input Module has a Submit input:
The Submit input is mapped to 'return'. Change it to 'z':