Local Multiplayer using Mirror in Unity

1.6k Views Asked by At

I've searched a lot of articles about how to make multiplayer using Mirror, but I don't know how to create LAN multiplayer. Can you advise me some useful materials or show example script please?

1

There are 1 best solutions below

0
On BEST ANSWER

Make sure the Network Address field on NetworkManager is set to the LAN IP of the host, or if using the NetworkManagerHUD that the text box is set to the LAN IP of the host.

A correct setting, for example, is "192.168.8.100", "10.0.0.100", "172.16.42.69" An incorrect setting, for example, is "localhost" or "203.200.110.100"

Here's a link with more information about it.