Gameover On Collision

Hi,
I am very new to Unity and I was just wondering how to load the game over screen when two objects collide.

Welcome to Unity

Create a scene,and add a game over GUITexture, if your objects collide just load it with
Application.LoadLevel

also check for: OnTriggerEnter for the collision

There is a really helpfull tutorial for Begginers on the subject at: Unity3D Student

Try to create your own script, its really simple and if you can“t, just come back and we will help you :wink: