Chat in Lobby

Hello,
I've a chat script for unity (that works when I'm in game rooms), but is possible to create a chat in the main Lobby ?
I've tryied to use this script in the lobby but I've got this error:

Cannot send RPCs in Lobby! RPC dropped.

Thanks for the help

Comments

  • It's impossible to chat in the lobby (where you get the room lists, etc).
    The master is built to forward clients asap and as many of them as possible. We deliberately don't want clients to be connected to it to chat, so it's disabled.

    You can use random matchmaking to fill rooms quickly and until enough players are in the room, they can chat, too.
    http://doc.exitgames.com/photon-cloud/M ... gAndLobby/