Recently picked up ORK3 and been working on trying to get the right thumbstick to control the camera in field mode when using the top down camera set up.
Had no issues configuring input to allow players to move, interact, and whatnot with the gamepad but it looks like I can only use the mouse to affect the camera rotation in field mode.
Any suggestions?
I'm currently using a setup like this:
- rotation input change: 90
- use delta time: enabled (i.e. it'll rotate 90 degrees per second)
- use axis: enabled
- axis key: your input key for the right thumbstick
For the input key, sticks are coming from the Unity Input Manager (or using extensions for e.g. Unity Input Action support). In this case it's crucial to enable the Is Joypad Axis setting and using Hold input handling (to keep getting the input).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
I'll try adjusting to your suggestion