#Collision Detection

3 messages · Page 1 of 1 (latest)

thin blaze
#

script.collider.onCollisionEnter.add(function(eventArgs) {
var collision = eventArgs.collision;
print( "Collide!!!");
});
i have set the collider on the cube and used onCollisionEnter method but stil it doesn't work