I’m making a tower defense demo,I encountered a collision problem. I did not use physical collision. I used mesh.intersectsMesh, which is not very accurate for the collision of circular objects.
The circular area is left in the picture3, but the collision continues
Do intersectsMesh and moveWithCollisions detect bound box?