How to use Joystick Emulator in Unity

Viewed 20

I'm developing the WebGL game need to be controlled by a joystick. But I don't have a joystick device. I don't have any idea which joystick emulator is the best for unity and how to use it.

1 Answers

You could maybe connect a playstation/xbox controller via a usb cable to your computer. Then you could it to see if your controller works on your computer by using this website: https://gamepad-tester.com

then look at this to see if it works, the different parts of the controller in the image should react to what you do with the controller in real life: image

Related