Search Issue Tracker
In Progress
Fix In Review for 6000.0.X, 6000.1.X, 6000.2.X, 6000.3.0b2, 6000.4.0a1
Votes
0
Found in
6000.0.54f1
6000.1.13f1
6000.2.0b11
6000.3.0a3
Issue ID
UUM-112553
Regression
No
Performance dropping when using Automatic Box Prunning or Sweep and Prune instead of Multibox Pruning Broadphase
How to reproduce:
1. Open the project “IN-109181_ccd_repo”
2. Make sure Automatic Box Prunning is selected, Edit → Project Settings → Physics → Broadphase Type
3. Open the Profiler, Window → Analysis → Profiler
4. Enter Play Mode
5. In the Profiler → Main Thread, observe the Physics.Simulate method
Expected result: The Physics.Simulate method should fluctuate around 1-1.5ms (in rare cases more)
Actual result: The Physics.Simulate method is mostly in the range of 2.5-3ms (in rare cases more)
Reproducible with: 2022.1.0a1, 2022.3.64f1, 6000.0.54f1, 6000.1.13f1, 6000.2.0b11, 6000.3.0a3
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
* In versions 6000.0+ Multibox Pruning Broadphase is not available, however Sweep and Prune is. Automatic and Sweep behave about the same 2.5ms-3ms (in rare cases more)
* Using Multibox Pruning Broadphase does not produce the issue and the Physics.Simulate sits around 1-1.5ms (in rare cases more)
* In older versions such as 2022.1.0a1, Physics.Simulate does not exist, but seems that Physics.Processing is doing the same thing. It also exhibits the same performance drops as Physics.Simulate
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment