Obi Official Forum

Full Version: Obi Rope + Photon Unity Network (PUN)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there!

I'm trying to synchronize my rope in different clients by using PUN. Is there any simpler way to do that, except tracing every particle of rope?
(07-03-2018, 02:29 PM)Evgenius Wrote: [ -> ]Hello there!

I'm trying to synchronize my rope in different clients by using PUN. Is there any simpler way to do that, except tracing every particle of rope?

Hi!

There's no built-in network synchronization system in Obi. You will have to transfer the state of the entire rope (per-particle positions/velocities, etc) over the network yourself.