Author Topic: Game instance get crashed  (Read 1828 times)

JackWhite20

  • Guest
Game instance get crashed
« on: December 04, 2013, 11:28:39 AM »
Hey,
when i click connect in the editor all works fine but when i make a build and start it and press connect there the game crashs.

Connect button:
  1.             if (GUILayout.Button("Connect"))
  2.             {
  3.                 TNManager.Connect("myip", myport);
  4.  
  5.                 TNManager.playerName = "Player" + Random.Range(0, 100000);
  6.             }

Pls help :((

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Game instance get crashed
« Reply #1 on: December 04, 2013, 05:39:00 PM »
First, you should set the player name before connecting. Second, where is it crashing?

JackWhite20

  • Guest
Re: Game instance get crashed
« Reply #2 on: December 05, 2013, 05:56:14 AM »
Hey,
look at the thread: Creating an mp game
There i have a few more questions and code...Thanks