Unable to create a room

Options
Hi guys,
I'd really need some help from you. I'm creating a multiplayer game using PUN 2. I'm facing this problem: I can't create or join a room in my editor but can do it in a build. No errors. It just doesn't work. Anyone experienced the same problem?

Comments

  • Tobias
    Options
    This sounds new to me.
    Probably a race condition of sorts.
    You can set the logging levels to the highest and enable the SupportLogger. Check if this provides some insight. There should be some sort of feedback.

    Are you using PUN 2.29? If not, update. See if that helps.