Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
Issue ID
1372535
Regression
No
Out of memory when minimizing GPU-bound Vulkan player with run-in-background enabled
Unity switches to an "offscreen swapchain" when minimizing a Player that uses Vulkan.
Currently we don't throttle, so if the project is GPU bound we end end up queueing more and more frames.
Happens with project of https://fogbugz.unity3d.com/f/cases/1367351/
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
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
Tomsterk
Jan 20, 2022 18:42
Vulkan still causing memory leaks on 2022, but not necessarily for this exact issue (although its been vaguely used as a duplicate for other issues).
Any large scene with lots of graphics can easily cause vulkan to request 8 gb or more of memory, which is a no-go with mobile devices.