Unity Issue Tracker - Excessive Memory Allocations in the Editor when hovering over labels in the Inspector window
Closed
UUM-67796
Excessive Memory Allocations in the Editor when hovering over labels in the Inspector window
Unity: Editor Platform
Won't Fix
6.0.X
2023.2.X
2022.3.X
The allocations are temporary and cleaned up in garbage collection.
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