JoinRoom failed!! Why roomname not working?

Options
Hello, I'm a beginner practicing unity+Poton PUN.

I copied the site below in the same way from beginning to end.
https://www.fatalerrors.org/a/create-a-simple-game-with-photo-pun.html

But there was a big problem. When I create a room, the button is updated in the room list(Not error). But if I click the button, I can't enter the room properly.

error: JoinRoom failed. A roomname is required. If you don't know one, how will you join?

I've been thinking about this for a week, but I haven't made any progress. I'd appreciate it if you could help me with the problem.

+ I put Onclick() : RoomBtn.JoinRoomBtn AND RoomBtn(Script) into RoomNamePrefab.

Comments

  • user111
    Options
    I didn't set the webhook. Will this be a problem?
  • user111
    Options
    Error phrase of the day: Disconnecteddue to: DisconnectedByClientLogic AND Photon.Realtime.ConnectionCallbacksContainer:OnDisconnected (Photon.Realtime.DisconnectCause) (at Assets/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:4096)
  • Tobias
    Options
    We can't debug your code here but our docs may help you make steps into using PUN.
    Read and code-along our PUN Bascis Tutorial.
    We don't support other tutorials...