Hey guys, so I just basically have a very small question that I need to know the answer to.
I’m currently in the process of making a multi-user app with Unity I’ve read the documentation everything but I need to know if this would work without an internet connection, just through wifi connected locally on the localhost, will that work?
yes you can connect to the servers local ip address across your router (192.168.x.x) or even using the same computer (127.0.0.1) to test your multiplayer functionality