Obi Official Forum
Obi Rope + Photon Unity Network (PUN) - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: General (https://obi.virtualmethodstudio.com/forum/forum-5.html)
+--- Thread: Obi Rope + Photon Unity Network (PUN) (/thread-466.html)



Obi Rope + Photon Unity Network (PUN) - Evgenius - 07-03-2018

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?


RE: Obi Rope + Photon Unity Network (PUN) - josemendez - 07-03-2018

(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.