Party Chat Object Syncing

Hey, guys can we use PhotonRPC outside of the room but still connected to the master server and inside a photonChat channel?

I basically want to sync the player character in the scene when a player joins a photon chat channel. a physical object for example a capsule

Comments

  • BUMP!!
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @GalacticFalcon,

    You can send anything Photon serializable (or register custom types) via Photon Chat.
    So when the PUN client is not joined to a room you can use Photon Chat to exchange data between clients to synchronize anything you want.