Animation Problem with PUN

tomasss
edited June 2014 in DotNet
Hello! In my game when i play online i can't see the animations player, i can see them only in local view(on my pc), but when i see to nother player i can't see any animations! Can anyone help me please? Pleaseeeeee

Comments

  • Hi,

    How do you start the animations? Looks like you are doing this only for owner instance and not for other copies.
    Check "Adding Animation" section of Marco Polo Tutorial.
    In short, animations triggered basing on animation state (_characterState variable) which sync'ed between instances with OnPhotonSerializeView method. Other suitable method for state update is rpc call on each animation switch.
  • Ok, i solved this problem but now i've noticed that there is another problem. Do you konw "Head look controller" script? This problem like to precedent problem. The script function only in local, i've tried to do the same with the animation problem yet, but it did not function. How can do it?