How do the axes work in the Event System

I’m playing around with the demo and I’ve created my own panel, which works fine, but initially I got a whole bunch of errors that the “Input Axis Horizontal” and “Input Axis Vertical” hadn’t been setup. I changed the “Horizontal” to be “HorizontalUI” in the inspector and the errors are gone, but I can’t figure out what HorizontalUI is or how to use it.

Hello,

The intent of this is to dispatch navigation events into the UIElements panels based on the Input system configuration.

I will fix the bug you are encountering and update the code of the Github project. If time allows I will build a small example for this.

1 Like

Thank you so much!