Posted on

New Input System in Unity 2020 – Controlling Movement

For this lesson, we will be going over how to control your player object with the Player Input component and your Input Action Asset. The new input system is quite different from the old system. The old system relies on the Input class and checking for inputs in the update function for it to work. This is no longer need in the new system.