Hey Guys
Is android multiplayer possible through multiplayer plugins/middlewares for the basic version of Unity ?
i need 3-4 multiplayer for a casual game.
I have added a link, which will help other people looking for multiplayer solutions
Any suggestion from you guys will be great !! thank you
aCat
Native plugins can use sockets even if you use Unity basic, and if you are doing turn based multiplayer, you can always use WWW class.
Hi Agent_007
the game currently is an realtime multiplayer with upto 4 players playing simultaneously in a game.
I want to create a lobby of users and play with them randomly.
Recently i saw that sockets is made available in the unity free version any info on that ?