Skip to content

MIT xPRO game design assignment 14.1 - make a build

Notifications You must be signed in to change notification settings

kdreibel/modules_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week_14_Assignment_01

This is my initial project for week 14.

screenshot

unity-game-design-intro

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.

Versioning

The project was created with Unity 2021.3.5f1, a Long Term Support version.

Packages

The project replaces the default Unity Input class with the newer Input System package.

Global settings

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().

About

MIT xPRO game design assignment 14.1 - make a build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published