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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment