Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.22f1
2023.2.15f1
6000.0.0b13
Issue ID
UUM-67796
Regression
No
Excessive Memory Allocations in the Editor when hovering over labels in the Inspector window
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Scenes/SampleScene” in the Project window
3. Select the “Main Camera” GO in the Hierarchy window
4. Open the “Task Manager” application
5. Hover over multiple labels in the Inspector window
6. Observe the Memory usage of the Unity application in the “Task Manager” application
Expected result: The Memory usage stays the same
Actual result: The Memory usage increases depending on how many times the labels have been hovered on
Reproducible with: 2021.3.36f1, 2022.3.22f1, 2023.2.15f1, 6000.0.0b13
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Notes:
- On Windows 10 the bug does reproduce with 2021.3.36f1 only when the on-hover label shows up
- After passing a certain amount of megabytes (depending on the Editor version), the Allocation resets
- See "Handy note for IN-71639" for more information
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The allocations are temporary and cleaned up in garbage collection.