Player Instantiate Position in Networking 2D

Options
Hello,
I am working on 2D Multiplayer game somewhat Like "Indian Poker". In which there is table and when i create or join Room. My Own Player should instantiate at center position of the table. And All connected player have also in own device their position should be at center and all other connected player should get display at another random position except Center position. With the help of " Photon view.IsMine " in all connected player get center position in their devices. but how to display their position in other connected player game play.

Comments

  • vadim
    Options
    Hi,
    If you use PhotonView for player objects, positions synchronized automatically on all clients. So you can have only one player in center position and all others in random positions around.
  • JANESTHEKING
    edited January 2016
    Options
    HI. VADIM... HAPPY NEW YEAR...

    Thanks for your reply.

    I have solved this problem now. i have used photonview.ismine for local player should be at center position and all rest of remotely connected player at different location.

    Thank you.