Multiplayer Card Game unity

I am creating a Last card game in unity for Window. I create my first model single player but know i want to create Multiplayer on LAN Server(Like Counterstrike). But i Donot Know How to Start i all mostly understand Unet networking unity But i donot know how to create multiplayer that a user create a server by name(Like room) than client join the server the card of server is distributed among players if server disconnect game end one game start by server no more player can join game. minimum player 2 max 4. i am create card using UI images its a 2d game please hlep me…

I would recommend looking into Photon as a networking solution. They offer a free version which is perfect for anyone new to networking. An actual ‘answer’ to your question would be pretty lengthy and would likely just raise more questions, so I encourage you to watch/read a tutorial! One that really helped me was BurgZerg Arcade’s PUN tutorial on YouTube.

Good luck! Networking can be difficult at first but is really rewarding as your get further into it.