I am currently working on a Unity-based game that can be played with an Xbox Adaptive Controller, but I am not sure how you read inputs from this specific type of controller. I have used Input System 1.0.2, but cannot find which settings work for this controller or what to use in terms of older input systems. I have tested this controller on a game made with Unity and it works, but I don’t know how to get it working in my own projects.
How would I get inputs from this controller to register?
Edit: I found out why my controller did not pick up the input as the settings for the control scheme used an L-Stick and not the D-Pad as the base Adaptive controller lacks an L-Stick.