An application who gets the current values of logitech g920 steering wheel/keyboard and sends to unity3d through udp socket.
For use in linux distros, where the logitech g sdk is not supported.
sudo apt-get install libevdev-dev
execute run.sh
ll /dev/input/by-id
evtest
cat /proc/bus/input/devices
- replace CarController.cs script on unity standard assets vehicle's folder (and modify it if necessary)
- attach the cannon and steeringWheelInputParser scripts to cannon and car objects respectively