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
Comments (2)
-
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.