I'm a beginner so forgive me for maybe a basic question. I'm using the new Input System and joystick + keyboard navigation works perfectly fine. Mouse navigation seemingly works (buttons change color when highlighted), but only the first response option actually does anything when clicked. The other buttons just play the animation without activating any code.
Here are the settings for my input device manager:
Are your response buttons instantiated at runtime (i.e., from the StandardUIMenuPanel's Button Template) or present at design time in the StandardUIMenuPanel's Buttons list? Please see the Dialogue UIs video at 09:28 for an explanation:
Note: If your response buttons' Button components have anything assigned to their OnClick() events, they will not automatically call their StandardUIResponseButton component's OnClick method. You'll need to assign it manually to OnClick() in this case.