04-13-2015 04:30 AM
05-11-2015 07:38 AM
05-11-2015 07:42 AM
05-11-2015 08:07 AM
"spinaljack" wrote:
Got a link to the APK? (want to make sure it's the new one and not the server lagging and showing the old one)
05-11-2015 08:17 AM
05-11-2015 08:38 AM
05-11-2015 08:43 AM
Network.InitializeServer(1,25000,!Network.HavePublicAddress);
MasterServer.RegisterHost(gameTypeID,"Game:"+gameID,"VR Rules!");
05-11-2015 08:48 AM
MasterServer.ClearHostList();
MasterServer.RequestHostList(gameTypeID);
function Update(){
if (MasterServer.PollHostList().Length != 0) {
Debug.Log("Servers Found: "+MasterServer.PollHostList().Length);
hostData = MasterServer.PollHostList();
MasterServer.ClearHostList();
}
}
Network.Connect(hostData[0]);
05-11-2015 12:07 PM
05-11-2015 02:16 PM
05-11-2015 04:55 PM
"spinaljack" wrote:
Had another go at home and it connected.
Lasted 4 minutes and got 19,000 score 🙂
This entry is going to win 😄