- Home /
Can i make multiplayer game without unity multiplayer service ?
Hey,
I've used multiplayer service of unity but this service is just has 20 slots of users and you need to buy more slots.
The question is can i make multiplayer game by use unet API without unity multiplayer service?
I want make simple game host-client host make a lobby and simple matchmaker, client join with host in his lobby.
What I need to achive that without service of unity
Answer by JonPQ · Mar 22, 2019 at 07:23 PM
there are many more packs in the asset store for network functionality. e.g. Photon. They mostly use a similar sales model.... you get X number of "Free" concurrent users... (for development & testing) but you need to pay to use their services (code / servers / bandwidth) once you have a lot of players. The cost scales up and down with number of players.
Or you host your own server, with your own code.
Or see if anyone released a free network solution, you still need to provide some servers of figure out the hosting)
Note:- those paid solutions are generally very cheap for only a few players.... if you have a lot of (paying) players then you don't need to worry cost.
Your answer
Follow this Question
Related Questions
Network command is running on client? 1 Answer
Is Start() always after OnStaretLocalPlayer() and isLocalPlayer 0 Answers
network player only flip on LAN Host not in Lan Client 1 Answer
Do I need a player prefab spawn to use Unity's HLAPI System?, 1 Answer
Unity networking solution (PUN or Bolt) 0 Answers