When I put this script in unity
and soon after I associate it with a transparent form (without physics) and click on play to test, it gives an error saying that it can not play (look at print), someone can help me? Is something wrong with the script?
It's written down here ....
(sorry for my inexperience I tried to be as thorough as possible!
usingUnityEngine;usingSystem.Collections;publicclassFall:MonoBehaviour{voidOnTriggerEnter(Colliderother){Application.LoadLevel("level1");
}
}