Hi!
Here's the code I'm trying to test this with:
var is_controller_connected: bool = Input.get_connected_joypads().size() > 0 print("Connected Inhale Controller: " + str(is_controller_connected))
When I run the game in-engine or exporting it to desktop the output will be:
Connected Inhale Controller: True
And of course, the output in the web export is:
Connected Inhale Controller: False
Let me know if there are any workarounds, fixes, or just solutions that could help me out.