Hi all,
We are using the deprecated Network system in our app, with the Unity Master Server and facilitator.
The server seems to be down, I never get the host list (it is not working anymore since yesterday).
http://docs.unity3d.com/ScriptReference/MasterServer.html
Master Server down ?
We are using the deprecated Network system in our app, with the Unity Master Server and facilitator.
The server seems to be down, I never get the host list (it is not working anymore since yesterday).
http://docs.unity3d.com/ScriptReference/MasterServer.html
Code (CSharp):
- Failed to connect to master server at 67.225.180.24:23466
Code (CSharp):
- void refreshHostList()
- {
- // let the user know we are awaiting results from the master server
- loading =...