Small Question About Networking

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?

Cheers!

Yes networking also functions also in a local network.

Oh that’s good news!! Thanks a lot Kray-C!!

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 :slight_smile:

You are welcome :slight_smile:

Thanks a lot again guys! Got it working perfect on the localhost! :smile: