0
\$\begingroup\$

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"); } 
\$\endgroup\$
2
  • 1
    \$\begingroup\$ Hi there, I think you'll need to provide a little more information for people to be able to help. Like any exceptions (if there) or what did you expect to happen, what is the value of EnterRoomName.text, etc. \$\endgroup\$ Commented Feb 28, 2021 at 6:04
  • \$\begingroup\$ Hi! @D.Kallan thanks for the reply... Actually there are no errors occur but when i click the enter room after i enter the room name its not going to my room menu on which all my players are list on that specific menu . This operation is kinda same as the Among Us on which the player need to enter to enter that specifc room... \$\endgroup\$ Commented Feb 28, 2021 at 6:39

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.