I have a input system setup via the legacy input system with the InputManager.asset mapped and used it for previous versions of UWP, but in the latest beta the input manager is not working and I get this error in visual studio output window after building and running Unimplemented Controller type Detected: Xbox Wireless Controller.
I figured it out. In the editor the string name for the controller is different than in the build.
In Editor the Xbox One S Bluetooth Controller is “Xbox Bluetooth Gamepad”
In the UWP runtime it’s “Xbox Controller” and “Xbox Wireless Controller”
(Seems to be enumerated twice for some reason)