No CheckUserOnJoin in Room Properties?

Options
Hi.

I'm trying to use PUN for turnbased app/game, but have problems reconnecting to the game as a same user.
I was researching on how it's implemented in Realtime SDK, and found that there's CheckUserOnJoin parameter that needs to be true in Turnbased games, but it's commented out in PUN.

Could anyone explain why it's commented?
I suspect that that's probably the reason why I cannot make PUN work in a turn-based game.

Thanks.

Best Answer

  • alandyshev
    Answer ✓
    Options
    I got it. It's commented because it's set to always be true, which is the right setting for Turnbased.

Answers

  • alandyshev
    Answer ✓
    Options
    I got it. It's commented because it's set to always be true, which is the right setting for Turnbased.