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
Comments (4)
-
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a10