Input
Last updated
Was this helpful?
Last updated
Was this helpful?
There are two types of inputs in the UVC kits:
General Input (input scripts extending the General Input base class)
Vehicle Input (input scripts extendingthe Vehicle Input base class)
All the input scripts in the vehicle combat kits use Unity's Input System, which comes with out-of-the-box support for gamepad and provides much more than the original input manager.
The following sections cover these two types of input scripts in more detail.