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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
There are no fixes planned for this Bug