I have a TextMeshProUGUI called EnterRoomName and I am trying to enter the name of the room that I'm supposed to enter, but it's not working.
This is my function:
public void JoinRoom() { PhotonNetwork.JoinRoom(EnterRoomName .text); MenuManager.Instance.OpenMenu("loading"); }
EnterRoomName.text, etc. \$\endgroup\$