If I want, say a level, to load when I destroy 3 objects, how would I scrip that?
I already have this:
var target : Transform;
Function Update(){
if(target == null){
Application.LoadLevel("LevelName");
}
}
If I want, say a level, to load when I destroy 3 objects, how would I scrip that?
I already have this:
var target : Transform;
Function Update(){
if(target == null){
Application.LoadLevel("LevelName");
}
}