Hello…i have problem with my work…
i have script code for load scene if collide a cube, such as :
var levelToLoad : String;
function OnTriggerEnter(hit : Collider)
{
Application.LoadLevel(levelToLoad);
but , when i play my scene…system load level without my player hit a cube…
any solution, please??