Search Unity

Bug Unity 2019 displays contiguous Headers in the wrong order

Discussion in 'Editor & General Support' started by SolarianZ, Aug 28, 2020.

  1. SolarianZ

    SolarianZ

    Joined:
    Jun 13, 2017
    Posts:
    237
    Unity 2019 displays contiguous Headers in the wrong order!

    upload_2020-8-28_14-39-12.png
     
  2. DiegoDePalacio

    DiegoDePalacio

    Unity Technologies

    Joined:
    Oct 28, 2009
    Posts:
    507
    Hello @SevenChars,

    This is because you're applying the same headers to the same variable. If you have another variable in between headers, the order should be appearing as you want.

    Also, if you want to have both texts to be applied to the same variable, you can fit the content of such text in one single `Header`.

    If you don't want to have both texts merged into one single header, please explain to us why in order to find another alternative ;)


    I hope this helps!
     
  3. SolarianZ

    SolarianZ

    Joined:
    Jun 13, 2017
    Posts:
    237
    Sometimes I want to use Header as a Section Title. In this situation I have to apply two Headers to the same variable.

    upload_2020-8-28_18-58-35.png
     

    Attached Files:

  4. DiegoDePalacio

    DiegoDePalacio

    Unity Technologies

    Joined:
    Oct 28, 2009
    Posts:
    507
  5. SolarianZ

    SolarianZ

    Joined:
    Jun 13, 2017
    Posts:
    237
    Thank you! This realy helpful.
     
    DiegoDePalacio likes this.