Trying to get Photon to work with Playmaker.

Options
I want to set up photon to have players take turns, but I keep getting several red errors when I try to create room, including:

InvalidOperationException: Collection was modified; enumeration operation may not execute.
System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource)

InvalidOperationException: Collection was modified; enumeration operation may not execute.
System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource)

CreateRoom failed. Client is not on Master Server or not yet ready to call operations. Wait for callback: OnJoinedLobby or OnConnectedToMaster.
UnityEngine.Debug:LogError(Object)

I've been working on this all day and this as far as I've gotten, I've followed a lot of tutorials both on Playmaker's documentation in the user tutorials and on YouTube.

Comments