Visible Colliders
In order to facilitate the debugging of physics objects, I created a class named 'VisiblePhysics' the inherits from Physics2D and behaves in the same way, but it also renders a small orange sprite on each corner, so when someone is adding an object to the scene, if the physics isn't behaving as expected, they can give turn on visible physics and see exactly where an object's collider is.