- Home /
Question by
$$anonymous$$ · Aug 20, 2018 at 08:53 PM ·
scripting problemnetworkingscript.networklan
what are the basic rules off making a lan server
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)
Comment
Best Answer
Answer by $$anonymous$$ · Aug 21, 2018 at 02:29 PM
use manager = this.GetComponent(); manager.StartHost(); (to host) manager.StartClient(); (to join)
Your answer
Follow this Question
Related Questions
LAN NetworkTransport communication issue 1 Answer
How to check for a host in a certain area in a open world game? 0 Answers
ClientRpc Won't Execute 0 Answers
How To Sync Scale in UNET 2 Answers
UNet Connecting game over LAN 1 Answer