Hello!
Recently, we enabled the property ClientAnimatorThrottling to the “Default” option from using Disabled previously. We use this in combination with StreamingEnabled to ensure performance in our game. However, recent issues seem to be related to the ClientAnimatorThrottling property. At times, for certain clients, core animations such as sprinting (custom sprint animation) and other animations don’t play at all, and only certain animations that were recently loaded/played get shown on that client.
We believe this is due to these animations first being loaded when the player is outside of the Client’s streaming radius, and therefore it doesn’t recognize it at all. This issue came in combination with the ClientAnimatorThrottling property change to our game. This isn’t incredibly frequent and happens in maybe 1/20 characters, depending on the server age and player count.
Has anyone experienced a similar issue, and how did you resolve it?
Thanks!