Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2020.1
Issue ID
1113163
Regression
No
[iOS][tvOS] Memory Leak related to Animations when calling "ConstructArray<T>"
Reproduction steps:
1. Import "The Blacksmith: Characters" package from the Asset Store
2. Set "Volund" scene as the Main Scene
3. "Export and Run"
4. Notice in Xcode that the amount of used memory is trending upwards
Actual Result: Memory Leak related to Animations
Reproduced with: 2020.1.0a13, 2019.3.0b10, 2019.2.12f1, 2018.4.12f1, 2017.4.34f1
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note (2020.1.X):
The leak detected by Instrument is a false positive. The animation component has a memory pool that is sometimes detected as a leak even though it is not.