How to sync Legazy animations.

Options
Hi! I have problem with legacy animations, they don't show up on both clients. Any tips?

Answers

  • DarkJoltGames
    DarkJoltGames ✭✭
    edited November 2019
    Options
    If by "legacy animations" you are referring to the single "Animation" components, then...

    Photon can only sync up Mecanim animations, however, you can sync legacy animations with a Boolean telling them to play, and sync the Booleans for each animation using OnSerializeView.

    This would basically be accomplishing the exact same thing as Mecanim, due to the Boolean conditions for the animations, and the synchronization of such Booleans.