XML File on game

Options
Hi guys,
I try to manage the ip of the file "PhotonServersSettings" with an external file

Comments

  • Hi @Heissen,

    you want to read an IP from a certain file and set it up in the PhotonServerSettings, am I right? You can do this by using PhotonNetwork.PhotonServerSettings.ServerAddress = "ip.read.from.file"; before establishing connection. Please make sure that you set up the other options as well, for example ServerPort or HostType.