An open API service indexing awesome lists of open source software.

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

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)

![colliders_2d_overlay](https://github.com/user-attachments/assets/41f3525f-a784-4aaf-80c0-128d1617f2f5)
![{93545BA0-8070-4C31-AE78-4F5BED881E47}](https://github.com/user-attachments/assets/32d71935-0c00-471e-9b50-12d69d9c937c)
![{A18F90C7-F936-4A6A-AEB1-A3DE9A63AC6A}](https://github.com/user-attachments/assets/c9b0aacb-9b9b-43f4-b1a6-1e1a58a83ac8)

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