Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Missing LayerMask checks in Inspector (Build #2015101801)

Discussion in 'Linux' started by mischa2k, Nov 25, 2015.

  1. mischa2k

    mischa2k

    Joined:
    Sep 4, 2015
    Posts:
    4,347
    If we have a variable:
    Code (CSharp):
    1. public LayerMask layerMask;
    and look at it in the Inspector then we can't actually select the layers properly like shown in the attached gif. It should actually show some kind of check before each layer type to indicate if it's selected or not.

    Tested on Ubuntu 14.04 with Build #2015101801.
     

    Attached Files:

    • bug.gif
      bug.gif
      File size:
      168.6 KB
      Views:
      847
  2. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    Ah, that's a known display issue with how we're handling the Gtk menu items.
    They should actually be getting selected/unselected correctly - it just won't be reflected in the UI until we rework this.