Is there a way to translate 2D colliders and prevent them from intersecting without using forces to move them?
Thanks.
Is there a way to translate 2D colliders and prevent them from intersecting without using forces to move them?
Thanks.
Set kinematic to true and move manually changing it transform.
You can use OnColliderEnter2D and Raycast/Linecast to detect collisions.