This is the Intro video for our new Unity 2018, Photon 2, multiplayer tutorial series. This playlist will include more advanced lessons related to the Photon 2 plugin. We will also create requested videos. If there is a multiplayer feature that you would like us to make let us know.
Tag: Photon
End of Photon 2 Basics in Unity
This is just a concluding video for you How to Make a Multiplayer Game in Unity Using the Photon Plugin tutorial series. If you are watching this video and just now joined us, start this series from the beginning. If you have finished this series then go on to our next follow up series.
Disconnecting Players and Host Migration with Photon 2 in Unity
For this Tutorial lesson on how to make a Unity multiplayer video game in Unity 3D using the Photon 2 Plugin, we will be teaching you how to disconnect players for the multiplayer game that we have created. We will also show you how to handle the event of a different player leaving ht e game and finally we will talk about host migration. Host migration is when the master client is disconnected from the game and another master client must take over the connects.
The first thing we will do is open our Game Setup C# script in this script we will create a public disconnect function that we can then pair to a UI Button. This function will disconnect our player and then return us to the main menu scene.
If you followed along with the video you should now have a working game that allows the player to connect and disconnect to a multiplayer room.