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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
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.