Using a Radio Control System for Game Input
Is it possible to use a (probably wireless) conventional Radio Control System (like this) for Game Input in Unity?
I don't have any experience with RC. Are there even any drivers to connect those to a PC? I assume it wouldn't work out-of-the-box like other Joysticks/Gamepads but can anybody tell me how much work it would take approximately to implement something like that?
Answer by $$anonymous$$ · Nov 19, 2018 at 10:04 AM
Preliminary answer based on further research:
You can connect an RC Transmitter via an adapter made specifically for that purpose to your PC. Then you can use software (for example SmartPropoPlus) to emulate Gamepad Input for the transmitter. This Input should get recognised by Unity as Joystick Input.
Needs to be tested, might update this post in the future.