EDIT 20130525: updated links to Escape package.
I have created a small Unity package for teaching unity basics. You can download it at
- http://www.mediafire.com/download/y5i38txo42fj8i3/escape.unitypackage.zip (requires Pro, as it uses Image Effects and Sound Effects).
- http://www.mediafire.com/download/2bdmrn5j4vcikpa/escape_stripped.unitypackage.zip (work in free).
To use this create new unity project (File->New Project…). Select Toon Shading (and Image Effects if you have Pro) package(s) before creating the project.
Unzip the escape package and add it to the project (Assets->Import Package->Custom Package…).
I will add a tutorial using the prefabs and materials in the package later. Meanwhile, some introduction to the code is available in previous post (these mainly explain the principles, the current package does not match exactly to the codes):
- /2011/10/29/intro-to-unity-gui/
- /2011/10/29/intro-to-gameplay-programming-with-unity/
- /2011/11/14/261/
- /2011/11/17/perception-system-explained/
Update1: the package is made with Unity 3.5.6.
Update2: added package that works with free version of Unity.