There are a few game objects that have to be synchronized in our game, including the goals, the puck, and the mallets. We also need to make a few adjustments to the scene and set up matchmaking.
We are going to use the Photon Playmaker example as a template for our game, using the scenes from there and modifying them to suit our purposes. This is generally a good idea if you want to set up multiplayer quickly, because these examples feature numerous and complex FSMs that would take quite a lot of time to set up, while most of the things you will need have already been implemented.
You can download the demo scenes here: http://www.hutonggames.com/samples.php. Simply click on the link Download PlayMaker Photon Demo (requires Unity ...
No credit card required