Input Framework

If you just want to get started, you can skip this section and come back later for reference if necessary. You don't need to understand the input framework to begin building vehicles for your game.

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.

Last updated