Search Issue Tracker
Fixed
Fixed in 2022.2.0b6, 2023.1.0a1
Votes
0
Found in
2022.2.0a16
2023.1.0a1
Issue ID
UUM-5879
Regression
No
Camera.Render causes a memory leak in HDRP using DirectX 12
Steps to reproduce:
* Open SampleScene in attached project
* Enter play mode
* Click on APIimageCreation / RenderTest
Result: GPU memory increate (look at windows task manager) until unity crashes
Expected: Not so much memory increase, and no crash.
Notes:
Seems to only occur using the DX12 API. If the project is switched to DX11, GPU memory usage is stable and the editor doesn't crash. Could not reproduce on a project using the Built-In render pipeline.
Reproduces with:
* Unity 2020.3.27f1
* Unity 2021.2.9f1
This was created for backporting the fogbuz ticket: [https://fogbugz.unity3d.com/f/cases/1400617/]
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
- [Xcode] "InfoPlist (English)" is required when "InfoPlist (English (United States))" already exists
- [tvOS] Crash when closing the On Screen Keyboard with tvOS version <15.0
- Temporal Anti-aliasing (TAA) produces severe artifacting when quality set to Very High
- [iOS] Player crashes when using “WebCamTexture” on specific iOS devices
- [Linux][IL2CPP] Player crash call stack is not displayed when the build is run with "-batchmode -nographics" arguments
Resolution Note (fix version 2023.1.0a1):
Fixed in PR: https://ono.unity3d.com/unity/unity/pull-request/142987/_/graphics/dx12-flush-recycles-resources
Resolution Note (fix version 2022.2.0b6):
Fixed in PR: https://ono.unity3d.com/unity/unity/pull-request/144461/_/2022.2/graphics/dx12-flush-recycles-resources