Hey there! I'm trying to play animations in another layer but it isn't working for the client, only in the server.
I have attempted:
networkAnimator.Play(animState, animator.GetLayerIndex(UpperBodyLayerName));
And also:
animator.Play(animState, animator.GetLayerIndex(UpperBodyLayerName));
This is called in the server, the client sends a RPC.