https://github.com/mitay-walle/sceneviewcolliders2doverlay
Unity2D script to add SceneView-overlay to show All 2D Colliders, contacts, bounds, sleeping bodies
https://github.com/mitay-walle/sceneviewcolliders2doverlay
2d-physics debugging game-jam gizmos overlays productivity quality-of-life unity3d
Last synced: 2 months ago
JSON representation
Unity2D script to add SceneView-overlay to show All 2D Colliders, contacts, bounds, sleeping bodies
- Host: GitHub
- URL: https://github.com/mitay-walle/sceneviewcolliders2doverlay
- Owner: mitay-walle
- License: mit
- Created: 2024-10-15T07:00:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T22:05:24.000Z (6 months ago)
- Last Synced: 2025-04-10T22:34:11.929Z (6 months ago)
- Topics: 2d-physics, debugging, game-jam, gizmos, overlays, productivity, quality-of-life, unity3d
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SceneViewColliders2DOverlay | Physics2D Debugger
Unity2D script add SceneView overlay to toggle ProjectSettings/Physics2D/Gizmo Options.
- show all colliders
- show contacts
- show collider's bounds
- outline (slider 0-1)
- fill (slider 0-1)

# Install
Download file [SceneViewColliders2DOverlay.cs](https://github.com/mitay-walle/SceneViewColliders2DOverlay/blob/main/SceneViewColliders2DOverlay.cs) and put it in your Project/Assets/.../Editor/ folder