Hi,
I was working on implementation of game controller input to my game. I've connected my Xbox controller and tried to do a test and it is working in an macOS application. I wanted to port it to my visionOS app but the app can't seem to recognize my gamepad inputs. But visionOS simulator can recognize because it is changing camera by gamepad input.
According to documentation GCController functions supports visionOS. Do the apps directly supports GC input? Or do I make mistake in my code?
Thanks