Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.1.8f1
2019.2.0a1
2019.3.0a1
Issue ID
1167280
Regression
No
Memory leak occurs due to TransformStreamHandle memory not being deallocated when deactivating GameObjects
How to reproduce:
1. Open user-submitted project (Repro_project-leak-685090)
2. Open the Profiler window and click on the 'Memory' section
3. Enter Play Mode
4. Click the space key repeatedly to imitate pooling
5. Observe the 'AnimationClips' allocated memory in the Profiler window
Expected result: memory is deallocated when the objects are deactivated
Actual result: memory is not deallocated when the objects are deactivated; a memory leak occurs
Reproducible with: 2018.3.0a6, 2018.4.3f1, 2019.1.9f1, 2019.2.0b9, 2019.3.0a8
Could not test with: 2017.4.29f1, 2018.3.0a5(Incompatibility issues)
Notes:
Workaround: Destroying the Animator Component re-creating it releases memory for StreamHandles
Comments (1)
-
jykholodia
Aug 07, 2020 13:44
Could we expect a fix for Unity 2019.4 LTS?
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a1