This document summarizes the setup of a 3D game environment in Unity including: 1) Creating a player object that can move left and right using rigidbody physics and jumping with a script; 2) Adding a goal object that ends the game when collided with and displays a "Game Clear" text; 3) Using MonoDevelop as the IDE for editing Unity C# scripts.

