The result of my first day using Unity.
I have a simple scene, with a camera, a couple of lights, a floor and a prop (the cube). Behind the scenes there is a prefab that gets instantiated when a key is pressed, scripts for moving the camera and making the spotlight follow the camera, and a few other things as well.
To put this together I followed the scripting essentials tutorial in the Unity support section. Not bad for my first day.
