Search Issue Tracker
Fixed
Fixed in 2022.3.47f1
Votes
3
Found in
2022.3.18f1
2023.2.8f1
2023.3.0b5
6000.0.0b11
Issue ID
UUM-63345
Regression
Yes
Memory leak when Application.runInBackground is set to false and the Editor is unfocused
Reproduction steps:
1. Open the attached "Repro" project
2. Open “Assets/Scenes/SampleScene” scene
3. Open Task Manager
4. Enter the Play mode
5. Unfocus the Editor
6. Wait for around a minute and observe the results
Expected results: Memory usage remains consistent
Actual results: Memory usage starts rapidly increasing after some time
Reproducible with: 2022.2.0b15, 2022.3.18f1, 2023.1.0a17, 2023.2.8f1, 2023.3.0b5
Not reproducible with: 2021.3.34f1, 2022.2.0b14, 2023.1.0a16
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
Notes:
- Only reproducible when Build Target is set to Android
- Reproduces only if both Scene view and Game view are visible at the same time
- Does not reproduce when the renderer in the “Assets/Settings/UniversalRP” asset is changed from “ForwardRenderer” to “Renderer2D”
- The Editor was left running in the background for 3 minutes in the versions it did not reproduce in
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 2022.3.47f1):
Do not force camera depth buffer to use a 24 bit format when running in the Editor. Fix an issue when the camera depth buffer was unnecessarily reallocated and lead to memory leaks and performance degradation in the Editor when Android build platform was selected, Application.runInBackground was set to false and the Editor is unfocused.