Hi
In my journal menu, I have two buttons, PageRight and PageLeft, which work fine, but I need to select the button and then press "E" to flip pages. I want to use the D-Pad or A/D to flip pages automatically without needing to select and confirm. I added the "Navigate" input in the "Alternative Input Button," which works fine, but it flips 2-3 pages at a time instead of just one. Any idea why this is happening?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I'll attempt a recreation.
What are your AC/Unity versions, and are you defining the Navigate input with Input Manager, or Input System?
Thanks, Chris. I'm using Unity 6000.2.7f2 and AC 1.82.1. As for the input I'm using the Input System.
https://prnt.sc/bHLmzMs8ELj5
Avoid "Pass Through" mode for the input - try either Value, or use separate Button inputs for left and right.
Thank you, Chris. I will test both options.