Hi, I am developing a very simple Unity Server/Client system and its all working perfectly fine, except at my University, there our internet access is limited to port 443 (HTTPs) however I already set my system to use trough this port but I continue to not be able to connect.
Does Unity use some other port to connect?Is there a way I can configure this?
I am not using Unet, I am using NetworkClient and NetworkServer, as it is shown in the code snipets below.
Relevant code for Client:...
Trouble connecting with Unity Server
Does Unity use some other port to connect?Is there a way I can configure this?
I am not using Unet, I am using NetworkClient and NetworkServer, as it is shown in the code snipets below.
Relevant code for Client:...
Trouble connecting with Unity Server