Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
4
Found in
2020.1.0a19
2020.1.0b4
2020.2
Issue ID
1234193
Regression
Yes
AsyncGPUReadback.Request never releases unused allocated memory
Steps to reproduce:
1. Open the attached project (case_1234193.zip)
2. Open Task Manager (Ctrl+Shift+Esc on Windows) or Activity Monitor on Mac
3. Enter Play Mode
4. Observe memory usage in Task Manager / Activity Monitor
Expected result: Allocated memory gets automatically freed when it is no longer used
Actual result: Loaded texture is never released, causing a memory leak
Reproduced in: 2020.1.0a19, 2020.1.0b5, 2020.2.0a5
Not reproducible in: 2018.4.20f1, 2019.3.9f1, 2020.1.0a18
Cannot test with: 2017.4.39f1 (AsyncGPUReadback unavailable)
Note:
- The issue is reproducible on Metal, Vulkan, D3D11 and D3D12 Graphics APIs.
- Cannot test on OpenGLCore Graphics API since it does not support asynchronous readback
-
MartinTilo
Jul 24, 2020 12:02
Regarding the occurrence on 2019.4.0f1 and .1f1, it could be the related and similar bug tracked here https://issuetracker.unity3d.com/product/unity/issues/guid/1260624/
-
Menion-Leah
Jul 01, 2020 12:39
It also happens in 2019.4.0f1 and 2019.4.1f1
-
immocat
Apr 20, 2020 22:18
We are having the exactly the same issue. Please fix it soon.
-
Peter77
Apr 20, 2020 07:21
Related forum thread:
https://forum.unity.com/threads/asyncgpureadback-request-memory-issue.871765/
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a10