├── Assets ├── DebugDrawPhysics2D.cs ├── DebugDrawPhysics2D.cs.meta ├── Example.unity └── Example.unity.meta ├── LICENSE.md ├── README.md └── screenshot.png /Assets/DebugDrawPhysics2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/Assets/DebugDrawPhysics2D.cs -------------------------------------------------------------------------------- /Assets/DebugDrawPhysics2D.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/Assets/DebugDrawPhysics2D.cs.meta -------------------------------------------------------------------------------- /Assets/Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/Assets/Example.unity -------------------------------------------------------------------------------- /Assets/Example.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/Assets/Example.unity.meta -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllanBishop/UnityPhysicsDebugDraw2D/HEAD/screenshot.png --------------------------------------------------------------------------------