Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.19.18
Issue ID
ADDR-2516
Regression
No
CompletedTypeless generates GC each time
In the Localization package, we use the CompletedTypeless callback as a generic way to release an operation in the next frame. We cache our release Action to prevent GC however CompletedTypeless still generates a significant amount of GC.
This seems to be because is wraps the action with a lambda inside of CompletedTypeless. Could we do something to stop gc?
!screenshot-1.png|thumbnail!
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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note:
There are no fixes planned for this Bug