Question by
The Hero · Sep 01, 2015 at 08:57 PM ·
networkingrpcragdollnetworkview
Syncing ragdoll across the network?
How can I sync the positions of a ragdoll across the network?? It may sound stupid, but im working on a euphoria style ragdoll system for my gta game and I cant figure out the best way to sync ragdolls.
Comment
Answer by futer24 · Mar 21, 2016 at 04:16 PM
You have to disable Animator, CharacterController, etc.. And in the logic where you have the OnPhotonSerializeView method, send and receive too all player Transform children's position and rotation
You can do it that way, but if you want save internet traffic, you have to sync only main bones (with colliders from RegDoll)