I created a fairly simple 2D rummy-like card game. One player against 3 bots.
I'm trying to make it multiplayer.
I cloned a Netcode Lobby app and added my canvas to the main scene. I can connect a host and one or more clients to the same game, but all players get their own copy of the canvas. I want each player to see the same canvas, eventually with different views of the tabletop and different cards in their hands.
I probably don't need Player objects at all, but seeing two or more...
2 players, 1 canvas. Why can't I do this?
I'm trying to make it multiplayer.
I cloned a Netcode Lobby app and added my canvas to the main scene. I can connect a host and one or more clients to the same game, but all players get their own copy of the canvas. I want each player to see the same canvas, eventually with different views of the tabletop and different cards in their hands.
I probably don't need Player objects at all, but seeing two or more...
2 players, 1 canvas. Why can't I do this?