Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
2
Found in
6000.0.67f1
6000.3.8f1
6000.4.0b8
6000.5.0a7
Issue ID
UUM-134155
Regression
No
UIElements memory allocations grow when interacting with IMGUI custom Editor window
Reproduction steps:
1. Open the attached project "ReproProj"
2. In Project window click “/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset“
3. In inspector, click Edit to open a custom Editor window
4. Click on the Conversions tab
5. Open Profiler (Window > Analysis > Profiler)
6. Run Profiler in Edit mode
7. Observe GC Alloc of UIElementsUtility.DoDispatch events
Expected result: 0 B is present
Actual result: Values between ~24 KB and ~400 KB are present
Reproducible with: 6000.0.67f1, 6000.3.8f1, 6000.4.0b8, 6000.5.0a7
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Add comment