I was developing an online project and I quoted the following function -
PhotonNetwork.CreateRoom
, and the following error occurred:
Assets / Scripts / Sindico.cs (53,31): error CS1501: No overload for method
CreateRoom
takes0
arguments
You are asking for 4 arguments:
- 1st Argument -
string roomName
- 2nd Argument -
RoomOptions roomOptions
- 3rd Argument -
TypeLobby typeLobby
- 4th Argument -
Ainda nao sei!
How can I solve this problem?