2025-03-11 15:30:07 +08:00

536 B

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 and Quick Start Guide sections. For a demo project, see the Warriors demo on GitHub.

MyGameActions