Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi Rope + Photon Unity Network (PUN)
#1
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?
Reply
#2
(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.
Reply