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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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