From the MIT xPRO Professional Certificate in Game Design. This is a Unity project that helps users understand game design basics. It contains several game prototypes.
The "penalty kick" scene is deployed to itch.io as penalty-kick.
The project was created with Unity 2021.3.5f1, a Long Term Support version.
The project replaces the default Unity Input class with the newer Input System package.
Uses the newer Input System package with the Update Mode set to Fixed Update. This means that input processing should occur on a regular drumbeat in FixedUpdate() rather than in the frame-rate-dependent Update().