↧
Answer by PProductions
The ip address 127.0.0.1 is connecting to the same machine, to connect to a different machine you need that machine's ip address. If the other computer is on your internet network(e.g. connected to...
View ArticleAnswer by mor0022
Here is my Code, Still trying to work out how to destroy objects neatly. using UnityEngine; using System.Collections; public class LanNetworkManager : MonoBehaviour { public string gameName = "not...
View Article