Search Unity

Getting debug info in a build without useless console window?

Discussion in 'Editor & General Support' started by ToneDP, Jul 11, 2016.

  1. ToneDP

    ToneDP

    Joined:
    Jun 23, 2016
    Posts:
    5
    I am using console window scripts far more convenient than the little one that appears when you select "Development build". I need line number info in my build for debugging, but how can I get rid of that little window in the middle of my game?

    tone
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,281
  3. ToneDP

    ToneDP

    Joined:
    Jun 23, 2016
    Posts:
    5
    Thanks... I did not realize that I could use this to cause it not to appear, as the page you link sort of implies that it only hides it once it HAS appeared (which perhaps, technically, it does).

    I found it essentially does what I want it I put it in Update() and LateUpdate().
     
    karl_jones likes this.