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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a1