Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obi Rope Photon Unity Networking2
#2
(05-04-2020, 12:08 AM)ammannagari Wrote: Hi,
I am using ObiRope in my project where the movement of the obi rope needs to synchronize between two clients and the server. We are using Photon unity networking for networking. 
I am able to see the rope in the server(laptop) but unable to see the rope in the phones. I have added the observed component to both ObiSolver and ObiRope.

Please let me know if I am doing anything wrong. 

Looking for some help with this.

Photon won't automagically synchronize rope physics, as it knows nothing about it. You will need to serialize and pass particle data back and forth, probably implementing PUN's IPunObservable interface. This is something that should be asked to PUN's developers, tough.
Reply


Messages In This Thread
RE: Obi Rope Photon Unity Networking2 - by josemendez - 05-04-2020, 01:48 PM
RE: Obi Rope Photon Unity Networking2 - by Navvv - 19-11-2020, 08:41 PM
RE: Obi Rope Photon Unity Networking2 - by Navvv - 21-11-2020, 12:07 AM
RE: Obi Rope Photon Unity Networking2 - by Navvv - 21-11-2020, 11:52 PM