Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X
Votes
1
Found in
6000.0.26f1
6000.1.0a7
Issue ID
UUM-87199
Regression
No
Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
*Steps to reproduce:*
1. Open attached project in Unity 2022 LTS
2. Open scene Colliders_MoverInHierarchyComplex.unity
3. Enter playmode and capture CPU performance using profiler
4. Make a copy of the project and open it in Unity 6, then repeat the steps above
5. Compare results
6. Repeat exercise but this time building both versions for a less powerful platform
Although this is a regression on all platforms, the numbers add up very quickly on lower powered device such handheld consoles and low/mid spec mobile devices.
*Actual results:*
Syncing Physics colliders is about 3-7 times slower in Unity 6 compared to an identical scene in Unity 2022 LTS.
The variance in regression comes from scene configuration and complexity, but certain complex hierarchy configurations that were already a bit slow in 2022 LTS are now significantly slower in Unity 6.
*Expected results:*
Cost of syncing transforms in Unity 6 is on par with or lower than cost of syncing transforms in Unity 2022 LTS.
*Reproducible with versions:*
6000.0.26f1
*Not reproducible with versions:*
2022.3.20f1
*Tested on (OS):*
Windows
macOS
Android
*Notes:*
For a point of reference, testing the included repro on a low-powered Android device it spends about 3 ms / frame syncing transforms in Unity 2022 LTS and 15 ms / frame in Unity 6 - so 5x as long in U6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
Add comment