more than 1 room

Options
i was wondering if it was possible to connect/join more than 1 room at any one time

thanks

Comments

  • vadim
    Options
    It's impossible with PUN because it uses single client/connection for workflow.
    You can create multiple Photon clients and join many rooms with Dotnet SDK even in parallel with active PUN client. But SDK's client is not integrated with Unity. Only standard Photon features are available for this client.