Question by
AfonsoMartinho · Nov 30, 2017 at 04:25 PM ·
networkingmultiplayergamecardlan
Card Game using Network Manager
Hi all, I'm trying to make a card game (1vs1) using the Network Manager. Question is whats the best approach to do it?
I have the drag and drop system implemented so each player prefab has is one Canvas. Each Canvas has a hand (place that shows the card on the players hand) and a board(which is the dropzone) Should i put each Playerspawn object facing each other? If i do this, how do i hide the hand of the other player?
Thanks in advance
Comment