Search Issue Tracker
Fixed in 5.4.0
Votes
2
Found in
5.4.0b22
Issue ID
808124
Regression
No
Animation Window Stalls due to Garbage Collection when animation has a large number of keys
Steps to reproduce:
1. Open the attached project.
2. Open the 'Profiler' window.
3. In the 'Profiler' window press 'Profile Editor' and 'Record'.
4. Select 'Wolf" game object in the 'Hierarchy' window.
5. Double click on any part of the game object.
6. Move the control points.
User uses a script which creates points on the character and you can modify them with animation, the main issue is, that the user uses a large amount of control points to modify animation and it consumes a huge amount of memory and it makes Unity freeze for like 5 seconds.
I am attaching screenshots to see what it looks like from my perspective in the 'Profiler' window.
Reproduced on:
5.4.0b23, 5.4.0b22, 5.4.0b21, 5.4.0b19, 5.3.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
Add comment