During a profile session on my client's app I found that AnimationManager is allocating quite a lot of objects, most of them System.Action and DisplayCass, which I presume it would be the closure class generated by System.Action. The allocation is shown in image below.
After some investigation I found that it's possible to zero those allocations.
During a profile session on my client's app I found that AnimationManager is allocating quite a lot of objects, most of them System.Action and DisplayCass, which I presume it would be the closure class generated by System.Action. The allocation is shown in image below.
After some investigation I found that it's possible to zero those allocations.