You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the analysis is not quite recent one can probably assume that the C# language feature delegate is better integrated and can also benefit from compiler optimizations.
The text was updated successfully, but these errors were encountered:
Where it is possible, we should consider using C#
delegate
s instead ofUnityEvent
s for their performance benefit.Refer to this extensive write-up by Jackson Dunstan.
While the analysis is not quite recent one can probably assume that the C# language feature
delegate
is better integrated and can also benefit from compiler optimizations.The text was updated successfully, but these errors were encountered: