Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Legacy Input

Reference for the deprecated built-in Input Manager.
Read time 1 minuteLast updated 12 days ago

Unity has a built-in legacy input solution called the
Input Manager

?

. This is not the recommended workflow, as it is less flexible than the Input System Package, and will be removed in future versions of Unity.
Unless you are supporting a legacy project that uses the older "Input Manager", you should use the Input System Package.
The documentation for the legacy Input Manager remains in this section of the user manual to support legacy projects.

Topic

Description

Legacy Input ManagerReference for defining input axes and keys in the deprecated Input Manager window.
Legacy Mobile InputReference for accessing touchscreen, accelerometer, and location data on mobile devices.

Additional resources