Search Unity

Question Disable Debug Canvas

Discussion in 'General Graphics' started by Bugges, Mar 3, 2022.

  1. Bugges

    Bugges

    Joined:
    Mar 9, 2019
    Posts:
    9
    All of a sudden a Debug Canvas started Instantiating on Play.
    How would I disable it as it is taking up half the screen?

    upload_2022-3-3_17-48-1.png
     
  2. hipinds

    hipinds

    Joined:
    Aug 31, 2017
    Posts:
    5
    Same issue here. The code below doesn't work as well.

    Code (CSharp):
    1. UnityEngine.Rendering.DebugManager.instance.enableRuntimeUI = false;
     
    Bugges likes this.