Hello!
I’ve been reading a lot that only Unity Pro allows networking for Android, is this still the case? I have some problem connecting to my TCP-server with my phone, but it works when I try it in Unity.
Thankful for answers.
Hello!
I’ve been reading a lot that only Unity Pro allows networking for Android, is this still the case? I have some problem connecting to my TCP-server with my phone, but it works when I try it in Unity.
Thankful for answers.
Unity 5 did away with additional licenses for sockets on iOS/Android. So technically you can make it work.
Your phone has it’s own IP address and network interface. So it can’t reach the server with something like “localhost” or 127.0.0.1 as server address. Make sure you got an address that can be reached by the phone (easiest: same wlan and a router that allows machines to reach each other in the same wlan/lan).