Search Issue Tracker
Fixed
Fixed in 2021.3.39f1, 2022.3.31f1, 6000.0.3f1
Votes
0
Found in
2021.3.32f1
2022.3.13f1
2023.2.0f1
2023.3.0a14
6000.0.0b11
Issue ID
UUM-56327
Regression
No
Memory leak when using OnGUI
Steps to reproduce:
1. Open the attached user's project "U2020_3_48-OnGuiBehaviorLeak.zip"
2. Open the "SampleScene.unity" Scene
3. Enter Play Mode
4. Open Profiler and enable Memory Profiler Module
5. Observe the memory increase
Expected results: no memory leak when using OnGUI
Actual results: Memory leak when using OnGUI (See attached "Snapshot Comparison.png")
Reproducible with: 2021.3.32f1, 2022.3.13f1, 2023.2.0f1, 2023.3.0a14
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Notes:
-A MonoBehavior with "void OnGUI()" in it is all that is needed. A GameObject is dynamically created by calling a new GameObject and the OnGUI component is added then the GameObject is destroyed, thus memory increases.
-Issue is reproducible in Player
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Add comment