UNet Connecting game over LAN

So I finished all of my Multiplayer stuff and I have the default Network Manager hosting my game. I just would like to host my game over a Local Network. Nothing fancy.

I researched, but I cannot find a guide on how to just host my game on the Local Network through 2 computers.

I tried editing the NetworkManager settings and having the NetworkManager host the game on my IP–“192.XXX.XXX.XX”, but at runtime, the host game changes the network address to localhost no matter what I do.

How do I just host my game on a local network?

I seem to be having this issue too - I set the Network Address to 192.168.X.X but at runtime it switches to localhost.

Did you ever find a solution?