Card Game with Different Gameplay(Photon Multiplayer)

Hey There!

How to handle different gameplay for different players in card game photon unity 3d?
Each player can see only its own cards.

Should i use photon turnbased or what.
I am bit confuse what to do next.

Thanks in advance

Check out the Marco Polo Tutorial to get into PUN. You will learn about RPCs and those could be used to send each turn.

Only if your game should be going for days, you need Photon Turnbased.