Unity's modern Input System separates physical controls from game actions.

Key concepts:

Typical structure:

Player
├── Move
├── Look
├── Jump
├── Attack
└── Interact

Namespace:

using UnityEngine.InputSystem;