how would i destroy the object/trigger after i have entered the level, so when i return back to that scene i cant return to the previous scene.
function OnTriggerEnter(){
Application.LoadLevel("scene2");
}
↧