Im having trouble with such basic things!!!
Shouldn’t this work on iPad??? It doesnt… GO has Mesh Colider attached… and it works if i preview it in Unity, obviously… But how do do touch on iPad?
function OnMouseOver () {
Destroy (gameObject,0.8);
}
Please point me in a right direction…