Nieuws

From Unity Collision Detection 2D Everything You Need To Know + Examples. Simple Collision Detection 2D is a simple project made in Unity. It contains different colliders 2D and rigidbody 2D at the ...
Movement & collision is done through the use of 2D components: The Walls, Exit, Player, Enemy, & Food prefabs all contain Collider2D components. Player & Enemy both use Rigidbody2D.MovePosition() for ...