Search Unity

Third Party Unity Multiplayer Card Game with Photon (PUN2)

Discussion in 'Multiplayer' started by shawonRokerz, Jun 7, 2021.

  1. shawonRokerz

    shawonRokerz

    Joined:
    Jan 10, 2021
    Posts:
    3
    Hello guys
    I am new in this community. I need some code example in unity.
    I need the basic code example how I can develop a multiplayer card-game in unity with photon(pun 2). I have searched many sites and blogs but there is not enough info on the web still now. Please give me a proper guideline how I can continue my project.
    Thanks in advance.
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,068
    I don't know if there is any card game tutorial or sample but you can learn from the docs and apply this to a turn based game as well.
    I'd say, experiment with RaiseEvent and Custom Properties to send actions and get the state shared.
    A card game should not have a lot of use for networked objects and position updates of those...
     
  3. shawonRokerz

    shawonRokerz

    Joined:
    Jan 10, 2021
    Posts:
    3
    Thank you for your help, still I am expecting a little help.
    Currently I am following your instruction.