↧
Answer by Midas89
Oh, i solved it. It was the RPC call that was iffy. PRC function: @RPC function PlayAnimation(a : String){ transform.animation.Play(a);} if(currentAnimation != ''){ networkView.RPC("PlayAnimation",...
View ArticleAnswer by Midas89
Oh, i solved it. It was the RPC call that was iffy. PRC function: @RPC function PlayAnimation(a : String){ transform.animation.Play(a);} if(currentAnimation != ''){ networkView.RPC("PlayAnimation",...
View Article