Whenever I have my project running on my mac, the ps4 controls work fine. However as soon as I hook my project up to any PC either as a stand alone build or in unity the y axis always returns -1 on the right joystick. (causing the player to constantly look up).
To be even more specific I have the input hooked up under Input Manager as:
name: horozontalJoy1
gravity: 0
Dead: 0.01
Sensitivity: 1
Type: Joystick Axis
Axis: 4th Axis (Joysticks)
Joy Num: Get Motion From All Joysticks
I’ve tried a few lines of Debug, changing the name of the input (both in the code and input manager), messing with snap and I don’t Know what else to try. Please help.