Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.1f1
2019.2.0a1
2019.3.0a1
Issue ID
1152686
Regression
No
All Collider Types are highlighted when Physics Debugger's "Show Static Colliders" Checkbox is checked
How to reproduce:
1. Open the "SampleScene" Scene in the attached "Repro1152686.zip" Project
2. In the Window > Analytics > Physics Debugger press "Show static Colliders"
3. Observe the 3 Cubes in the Scene View
Expected Behavior: Only a Cube named "Static" is Highlighted
Actual Behavior: All the Cubes are Highlighted despite the Collider type being different on each cube
Reproducible with: 2017.4.26f1, 2018.4.4f1, 2019.1.11f1, 2019.2.0b10, 2019.3.0a9
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
The static checkbox doesn't apply to physics. In the physics context, a static collider is a collider that doesn't have a Rigidbody to it. A static collider with a trigger checkbox on is considered both "static" and "trigger" for the purposes of visualisation and will be visible when at least one is configured visible. There could be a dynamic trigger too, which works pretty much the same way.