Adding support for controllers involves having them physically present to create and test the mappings. You can create the profiles yourself. It’s not very hard but takes a little bit of manual trial and error.
First, you’ll want to fire up the TestInputManager scene on device (or run it in the Unity editor for desktop systems). The controller should come up as an unknown controller if InControl doesn’t support it and will list a bunch of analogs and buttons. Fiddling with the controls will show you which inputs respond as which buttons and analogs.
Then copy one of the profiles in InControl/Source/Unity/DeviceProfiles
and adjust it accordingly. Other than the button/analog mappings, you have to make sure the IncludePlatforms
array property contains the right string in it and the Matchers
array property should have a matcher with the NameLiteral
field containing the name exactly as it appears to Unity in GetJoystickNames()
. This also shows up in the TestInputManager scene when run.
Similarly, i