Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: alexlam127 on August 03, 2013, 05:51:56 AM
-
all player data are stored in the server
when players want to play with each other,
the system match 2 players together with similar rank
they play with each other
when gameover, the rank is update
i have very little knowledge in coding and networking
i would very appreciate it if anyone can tell me what i need to learn in order to make this game. Thx
ps i only have unity free version. Pro is not affordable for me at this moment :-[
-
Hi,
PlayMaker supports both Unity Networking solution and Photon Networking solution, so you can pick either of them. I prefer personaly using Photon, because of it's Cloud based solution that makes simple multiplayer setup A LOT easier.
If you plan on distributing for mobile, then Unity pro will be required.
You can test right away with playmaker, since Photon is included by default.
Bye,
Jean