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
- A script cannot be attached to a GameObject when there is another script that is generic with the same name in a different folder
- Scene View drop-down fields reopen when clicking them again to close it
- Crash on UnityEngine.Rendering.RenderPipelineAsset:InternalCreatePipeline when opening a specific project
- [STW 6.1] UI Builder Inspector fields get corrupted when docked UI Builder is maximized
- Pickers and ‘+'/’-' buttons are not visible on the right side of parameter fields when the width of the "Project Settings... -> Quality" window is small
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.