playMaker

Author Topic: PUN2 animator bools not syncing  (Read 999 times)

ToxicFrog

  • Beta Group
  • Full Member
  • *
  • Posts: 139
PUN2 animator bools not syncing
« on: October 27, 2021, 07:51:19 PM »
Hiya Playmakers,

I'm working on a multiplayer experience, where users can touch buttons to do stuff.

Using PUN2 and the PM actions with ArrayMaker, I'm sending animator bool values to each object in the hierarchy. But, they are not always syncing as expected.

Some bools will have the expected value, others will not. They all share the same Animator Controller, and all Photon Animator View bools are set to Discrete.

I believe I have everything set up properly, with Photon View, etc. Please take a look at my attached screenshot and let me know if you have any ideas!

« Last Edit: October 27, 2021, 08:57:31 PM by ToxicFrog »

paradiseprime

  • Full Member
  • ***
  • Posts: 106
Re: PUN2 animator bools not syncing
« Reply #1 on: October 28, 2021, 09:31:00 AM »
Try changing from Discrete to Continuous. Fixed my issue.