Hey,
Just curious why the services core ActionScheduler class is generating 24 bytes for an empty list every frame even if there are no actions present.
Offending code in ExecuteExpiredActions():
List scheduledInvocationList = new List();
I’ll just leave it here and hopefully it might actually get changed. Probably written by the same person that wrote the Mobile Notifications package that also had the same thing in older versions