Hi,
is there a way to use also the Joypad cross input during the response dialogue to chose the answer?
Joypad cross input
Re: Joypad cross input
Yes. It's not specific to the Dialogue System. Set up the Unity UI EventSystem to use the cross input for the Vertical and Horizontal Axis inputs. For example, if you're using Unity's built-in input manager, add additional entries for the "Horizontal" and "Vertical" inputs, and configure them to use joystick axes 6 and 7. This will allow you to use the d-pad to navigate UIs, including Dialogue System UIs.
Re: Joypad cross input
And what should I do if I'm using rewired?
Re: Joypad cross input
Set it up like this: Rewired Standalone Input Module
Re: Joypad cross input
Probably I'm missing something.
U can see my setup in the screenshots
U can see my setup in the screenshots
- Attachments
-
- dm.jpg (51.35 KiB) Viewed 847 times
-
- rw.jpg (107.38 KiB) Viewed 847 times
Re: Joypad cross input
Hi,
Did you add actions "UIHorizontal" and "UIVertical" to your Rewired actions, and map them to the left stick and d-pad?
Does your scene's EventSystem have a Rewired Standalone Input Module?
Are those actions ("UIHorizontal" and "UIVertical") assigned to the Rewired Standalone Input Module's Horizontal Axis and Vertical Axis?
(See the Rewired Standalone Input Module docs for step-by-step setup.)
Did you add actions "UIHorizontal" and "UIVertical" to your Rewired actions, and map them to the left stick and d-pad?
Does your scene's EventSystem have a Rewired Standalone Input Module?
Are those actions ("UIHorizontal" and "UIVertical") assigned to the Rewired Standalone Input Module's Horizontal Axis and Vertical Axis?
(See the Rewired Standalone Input Module docs for step-by-step setup.)
Re: Joypad cross input
UIHorizontal is set to LeftStick, am I able to assign to CrossAxis too?I cannot have actions with the same name in rewired
- Attachments
-
- rw.png (70.46 KiB) Viewed 846 times
-
- rw2.png (42.5 KiB) Viewed 846 times
Re: Joypad cross input
In your Joystick Maps, you can assign multiple inputs to UIHorizontal and UIVertical (e.g., left stick and d-pad).