#How to connect a controller?
8 messages · Page 1 of 1 (latest)
Just downloaded and tried the gamepad example at https://github.com/bevyengine/bevy/blob/main/examples/input/gamepad_input.rs and it doesn't work 😦
Yes, the gamepad works in the browser but not when I run locally.
For the bevy examples
What should I check before opening an issue on Github?
We use gilrs for gamepads, If you can try their GUI example that'd tell you if it's a problem upstream or not https://gitlab.com/gilrs-project/gilrs
gilrs doesn't seem to be working either
I don't have a Mac to test with sadly, the gilrs dev has been been fairly responsive to issues in the past though. I worked with them to rewrite the windows backend.