Tutorial Part 1 - Correction

Options
In the Tutorial Part 1 I found I need to move the code:

PhotonNetwork.automaticallySyncScene = true;

from within the if statement in the OnGUI() to the Start() function.

Otherwise the Scene will only load in the Master instance of the game.

Comments