Search Unity

Accidentally clicking on canvas....

Discussion in 'UGUI & TextMesh Pro' started by yazsh_, Feb 9, 2015.

  1. yazsh_

    yazsh_

    Joined:
    Oct 3, 2014
    Posts:
    10
    My canvas covers my entire view space and follow my camera around. Unfortunately, many times when I am attempting to click on small objects in my scene in the editor it will instead select the canvas. Is there anyway to set the canvas to be un-selectable unless you click on it in the hierarchy section?
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    As a partial solution, you can use the Layers dropdown in the top right of the Unity window to hide or lock the UI layer.

    I really wish that was per-panel, though. I'd like to have one Scene view on the UI and one on the game view and never have to worry about which one I'm clicking on when. Alas, it is not possible (currently).
     
  3. yazsh_

    yazsh_

    Joined:
    Oct 3, 2014
    Posts:
    10
    Thanks that acutally worked for me.