If an avatar has an active Particle System and gets hidden by Avatar Culling on remote client, IsAnimatorEnabled constantly stays
false
for this remote client after showing that avatar again.
On video demo I have a simple cube that is animated by
IsAnimatorEnabled
value. It's red if
IsAnimatorEnabled == false
and green if
IsAnimatorEnabled == true
.