Hi, this is the game I am coding right now: http://membre.oricom.ca/rdionne/rage_hour/rage_hour.html
I have put box collider and rigidbody on each cube.
I am wondering what is the best solution (collision, raycasting, etc) to avoid cube passing through others.
I have tried the DontPassThroughThings script and it doesnt work.
Thank!