i have tried to make a lan server in my game but i can only connect to the host from the same computer, does anybody know what you need for making a lan server(the most answers are from a older version of unity)
use
manager = this.GetComponent();
manager.StartHost(); (to host)
manager.StartClient(); (to join)