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.
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…
Thank you for your help, still I am expecting a little help.
Currently I am following your instruction.