Tunbased game 4 player, turn pass when player offline. Sync timer.

Options
Hi , I am using pun in unity app, how i can create turn based games using PUN, I heard about class PUNTurnManager, i tried to find Rock paper scissor demo but i didnt found the source code.

Problem:-
4 players on board, sync timer on current player, turn should pass to other player even if current player is offline.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @infralof,

    Thank you for choosing Photon!

    PunTurnManager class exists in PUN's UtilityScript.
    RockPaperScissor is PUN Classic (PUN1) demo (also called "Turn-Based Demo") but the PunTurnManager and extensions methods are also part of PUN2.