kdreibel / modules_starter

MIT xPRO game design assignment 14.1 - make a build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 61.9%Language:ShaderLab 32.5%Language:HLSL 5.6%Language:Smalltalk 0.0%