Search Issue Tracker
By Design
Votes
1
Found in
2019.4
2020.3
2020.3.9f1
2021.1
2021.2
2022.1
Issue ID
1350577
Regression
No
Physics Debug shows every Scene's information when only one Scene is selected with multiple Scenes loaded
How to reproduce:
1. Open the user's attached "PhysicsDebuggerRepro" project
2. Open both "SampleScene" and "Subscene" Scenes simultaneously
3. Open the Physics Debug window (Window->Analysis->Physics Debugger)
4. Set Show Physics Scene to "SampleScene"
5. In Show Layers select "Everything"
Expected results: Only cubes and Triggers from the "SampleScene" are highlighted by the Physics Debug
Actual results: All of the cubes and Triggers from both Scenes are highlighted by the Physics Debug
Reproducible with: 2019.4.29f1, 2020.3.14f1, 2021.1.15f1, 2021.2.0b4, 2022.1.0a2
Could not test with: 2018.4.36f1 because the "Show Physics Scene" option was not yet available
-
baminifont
Jul 18, 2021 05:29
Thank you so much for <a href="baminifont.online/bamini-font-download-free/">bamini Font</a>
-
hardyian
Jul 15, 2021 12:02
I've had this problem as well.
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
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Resolution Note (2022.1.X):
The "Show Physics Scene" dropdown filters by Physics Scenes and not by Unity Scenes. If the Scene is loaded with the LocalPhysicsMode.Physics3D parameter, this works as expected.