Firstborn/Library/PackageCache/com.unity.inputsystem@1.4.4/Documentation~/index.md

8 lines
536 B
Markdown
Raw Normal View History

2023-03-28 13:24:16 -04:00
# Input System
The Input System package implements a system to use any kind of Input Device to control your Unity content. It's intended to be a more powerful, flexible, and configurable replacement for Unity's classic Input Manager (the `UnityEngine.Input` class).
To get started, see the [Installation](Installation.md) and [Quick Start Guide](QuickStartGuide.md) sections. For a demo project, see the [Warriors demo](https://github.com/UnityTechnologies/InputSystem_Warriors) on GitHub.
![MyGameActions](Images/MyGameActions.png)