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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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.