Search Issue Tracker
Fixed
Fixed in 2023.2.0a7
Votes
0
Found in
2023.2.0a5
Issue ID
UUM-28914
Regression
Yes
Temp allocator errors and warnings are thrown in the Console window when selecting UI elements in the UI Builder window
How to reproduce:
1. Create a new Unity project
2. Go to Window > UI Toolkit > UI Builder
3. In UI Builder's Hierarchy window drag and drop Button from Controls window
4. While Button is selected in Hierarchy window of UI Builder, in the Inspector window click on any UI element text (for example: Attributes > View Data Key/Picking Mode/Tooltip/Usage Hints/etc)
5. Observe the Console window
Expected result: No errors are thrown in the Console window
Actual result: Errors and warnings are thrown in the Console window
Reproducible with: 2023.2.0a5
Not reproducible with: 2023.2.0a4
Note: errors in the Console:
{code:java}
TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 57
{code}
{code:java}
55 58 4d 4c 20 61 74 74 72 69 62 75 74 65 3a 20 UXML attribute:
{code}
{code:java}
Allocation of 57 bytes at 000001C1A1300060
{code}
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
- 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
Resolution Note:
Fixed by another internal issue: UUM-27817: Temp allocator errors and warnings are being thrown when clicking/hovering on buttons in Scene Window
Resolution Note (fix version 2023.2.0a7):
Fixed by another internal issue: UUM-27817: Temp allocator errors and warnings are being thrown when clicking/hovering on buttons in Scene Window