Search Unity

Question Can I organize my hierarchy by name?

Discussion in 'Editor & General Support' started by Marscaleb, Aug 6, 2022.

  1. Marscaleb

    Marscaleb

    Joined:
    Jan 7, 2014
    Posts:
    1,037
    Is there an option to organize my hierarchy automatically in any way? Like a command to make everything (or a selection or all children of a selection or etc) become ordered alphabetically?

    It would be super-handy right about now...


    Back in the day Unity used to always keep the hierarchy organized alphabetically. Now of course that order impacts the way some things work, like the draw order on a canvas. Plus it's nice to organize things manually.
    But still, sometimes it would be super handy to hit a button to re-order everything according to name or some other property.
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,748
    There might already be a script out there to do that.

    Or you could try scribbling out your own Editor script to do it. Shouldn't be too hard I wouldn't think?