Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obi Rope Photon Unity Networking2
#11
(17-08-2021, 08:23 PM)JungleEd Wrote: Is there anyone working on adding a network layer to obi rope or obi fluids?

I don't know for sure, but TheMunk seems to be doing so.

I don't think a network layer will ever be officially added to Obi since it's far beyond the scope of the asset: it's a physics engine, not a networking system.

(17-08-2021, 08:23 PM)JungleEd Wrote: Would moving a particle(synching) during the simulation break the simulation?

Nope. Obi is unconditionally stable so no matter how much you abuse particles during simulation, it will never break unlike Unity's physics (by break I mean entering an unstable state from which it cannot recover). However I don't think it makes any sense to do this in the context of networking, unless you sync all particle's positions and velocities in a way that all constraints are satisfied as far as the client simulation goes. Otherwise the client simulation would take over and move your particles back to where they "belong" right after you make any change.
Reply


Messages In This Thread
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
RE: Obi Rope Photon Unity Networking2 - by josemendez - 18-08-2021, 07:47 AM