void Start()
        {
            PhotonNetwork.isMessageQueueRunning = true;

#if UNITY_EDITOR
            if (!PhotonUtils.IsConnected())
            {
                PhotonUtils.Login("test1", true).FireAndForget();
            }
#endif
        }