How does Abilities 'Update' synchronize?

contac

Member
I set severial BreakPoints in VS, and i found that abilities doesn't update with not-local-actor.

I'm working with network now, i need some help about the main designation of UCC-PUN.

Emm, something about how you synchronize the position accurately, how to keep on shoot bullets as UseAbility doesn't synchronize 'Update' function...

Looking forward to your reply, thank you.
 
Remote players don't run the standard update loop because the animator/transform is synchronized with the pun components. This is more efficient and it allows the remote player to follow the exact movements that the original player makes.
 
Top