After installing Unity Transport and Unity Transport Wrapper there was the option to use the Unity Transport as the transport in the Network Manager.
Using this locally worked fine, but after i uploaded it to a server it stopped working. Suddenly i couldn’t connect anymore.
Is there anything I need to code or did I do anything really wrong.
What I did:
I used Unity Transport almost the Same as UNetTransport. I only changed the way i set my Connection Addres as it works differently.
I still just start a server and a client over the NetworkManager Script.
As long as you set the ip/port values on the Unity transport correctly it should work. If it’s working locally but not remotely it’s likely unrelated to the transport. Double check whether you have UDP ports open on your server for the port and that you are using the correct IP.
On my server Port 7777 is open for UDP/TCP.
Even when I try to make a connection over LAN it wont work.
the ip and port are set to the same as I used before with UNetTransport, which could connect.