Problems linking scenes.

Im having trouble linking scenes. i have set up a game object set it as a trigger with a box collider. but i cant seem to get the script right to link it to my next scene. could anyone help me?

Are you using Application.LoadLevel(“scene_name?”) also with builds, make sure you have all the scenes you want to use selected in the build settings, File->Build Settings.

If you have all done that, you might want to check the trigger works, as your collision event place the following code :

Debug.Log ( “BANG SPLAT! collision detected” );

That should appear in the console ( CTRL+SHIFT+C ) and will show you that the collision works fine :slight_smile: Hope this helps!

all solved now. god thats given me trouble for days. pretty much the only script ive been struggling to understand. :slight_smile: thankyou