Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2019.3.1f1
2019.4
2020.1
2020.2
Issue ID
1253974
Regression
No
Timeline's animation with textures memory is not unloaded when a new empty scene is loaded
How to reproduce:
1. Open attached project "LeakTest.zip" and scene "SampleScene"
2. Enter Play mode
3. Press space and wait 5 seconds for GC.Collect and UnloadUnused Assets to happen automatically in the blank (red) scene
4. Open the Unity Memory Profiler (Windows -> Anaylsis -> Memory Profiler)
5. Connect using the top-left dropdown to the Standalone Player and press Capture
6. In the memory capture click on the Texture2D portion of the graph.
7. Observe allocated textures
Expected result: "sactx-2048x2048-DXT5-rash-57093698" is not in memory
Actual result: "sactx-2048x2048-DXT5-rash-57093698" is in memory
Reproducible with: 2019.4.1f1, 2020.1.0b13, 2020.2.0a15 (Timeline 1.3.3, 1.4.0-preview.7)
Could not test with: 2018.4.23f1 (unrelated package manager errors)
Notes:
*Reproducible in Editor and Standalone
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment