Issue in turn based game using PhotonView.

Options
Hello guys I am newbie on photon. I am developing my first online game in unity using PhotonView. I am having issue when turn changes to another player. I am using PhotonView to send and receive positions of coins and Striker.But the player who's turn it is he needs to have send position not the other player, But every time only master client sends the positions. I've use photonView.RequestOwnership as well as photonView.TransferOwnership, but its not working.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @DipeshDongre,

    Thank you for choosing Photon!

    How exactly are you using PhotonView in a turn-based game?