Drag Objects in 3D Space (like in "Room of Shadows")

Hi

I started my first unity project but i got a problem. I cannot figure out how to drag objects like in the “Room of Shadows” example. Unfortunately the ShadowDemoProject witch i downloaded (from http://unity3d.com/support/resources/example-projects/shadowdemo) is not working (the scene: “apartement scene” is empty) so i can`t look how its made… :face_with_spiral_eyes:
I hope someone can help me!

Thx

There is a script called DragRigidbody that you can add to the camera or any other available object (menu: Component > Scripts > Drag Rigidbody). If you add rigidbody components and colliders to the scene, you can drag and throw them when this script is in operation.