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
- Line Brush blue outline appears at incorrect position when painting start of line in Tile Palette
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
Add comment