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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
There are no fixes planned for this Bug