You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a potential issue with how we currently store the gamepad index config. If the controller is plugged in out of order the overlay settings might be out of sync.
Current Settings
Any default settings with controllerIndex set to 0.
Additional Information
Reproduction steps:
Make sure both gamepads are plugged in, then on the customiser pick the first controller on the list.
Test if overlay works.
If works, unplug both controllers, then plug them back in, but plug the previously-used controller last.
Refresh the customiser, don't change any settings, then test the overlay.
The text was updated successfully, but these errors were encountered:
After much consideration, the decision is made to remove the controller options for now, as there is no possible way to ensure that the OS will detect controllers in the right order after a restart.
We will change the gamepads context so that any controllers that are plugged in are added to the context value in an incrementing manner. This means only the most-recently connected controller will work with the overlay.
Description
There's a potential issue with how we currently store the gamepad index config. If the controller is plugged in out of order the overlay settings might be out of sync.
Current Settings
Any default settings with
controllerIndex
set to 0.Additional Information
Reproduction steps:
The text was updated successfully, but these errors were encountered: