Search Issue Tracker
Fixed
Fixed in 2020.3.48f1, 2021.3.29f1, 2022.2.16f1, 2023.1.0b11, 2023.2.0a6
Votes
0
Found in
2020.3.45f1
2021.3.20f1
2022.2.8f1
2023.1.0b5
2023.2.0a6
Issue ID
UUM-28636
Regression
No
Timeline performance problem when previewing animated prefab instances
SceneTracker::FlushDirty ensures that we record Prefab instance overrides for dirty objects.
A user can change a property and mark the object dirty and expect that overides are automatically being recorded.
This logic is causing problems for Timeline which are often animating 1000s of Transforms while also marking the transforms dirty.
It has shown that this costs around 1000 ms when previewing animations for the Enemies demo.
See detailed discussion in this slack thread: https://unity.slack.com/archives/C06TQFQ7P/p1675800164129839
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Add comment