How do I sync a collider?

Options
Hello, I'm having problems syncing colliders. When one player knows a collider is disabled, its still enabled for other players. How would I sync a certain colliders.enabled?

Comments

  • vadim
    Options
    Hi,

    PUN has several ways to synchronize object states. RPC or OnPhotonSerializeView would work good in your case.