Programming a game with Unity
a beginner's guide
by Andre Infante
http://www.petafl0p.com/
Published February 2014
24 p
1. Introduction
2. Versions of Unity
2.1 Pricing
2.2 Features
3. Installing Unity
4. Introduction to the Object-Oriented Paradigm 5
5. Unity Basics
5.1 Unity Entities
5.1.1 Meshes
5.1.2 GUI Elements
5.1.3 Materials
5.1.5 Lights
5.1.6 Particle Systems
6. Example: Basic Elements of a Game
7. Scripting in Unity
7.1 Transform
7.2 Renderer
7.3 Physics
7.4 Collision
7.5 Time Correction
7.6 Audio Sources and Listeners
7.7 Input
7.8 Debugging a Script
8. Example: Scripting Pong
9. Exploring Documentation / Learning More
10. Building Your Game / Compiling
11. Closing Notes