Search Unity

Feature Request Groups in Unity Hierarchy

Discussion in 'Editor & General Support' started by PrateekPanwar, Mar 9, 2021.

  1. PrateekPanwar

    PrateekPanwar

    Joined:
    May 13, 2020
    Posts:
    5
    Problem: In Unity, Currently to organize gameobjects in hierarchy. We make empty gameobject and put different gameobjects under it as child gameobjects.

    For example, See pics below:
    upload_2021-3-9_19-46-35.png upload_2021-3-9_19-40-28.png
    (1) (2)

    Solution: Instead Unity can add a feature of groups. Editor will save different gameobjects under different groups.
    But when you publish project, It won't consider parent group as empty gameobject and rather put all of them under same parent which will save performance but won't compromise readability and easy understandability too

    (Pardon me, If there's a similar feature already and I didn't knew and please address me that feature)
     

    Attached Files:

  2. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,909
    I'm not convinced there is any performance penalty to save on. Am I wrong about that?
     
    PrateekPanwar likes this.
  3. PrateekPanwar

    PrateekPanwar

    Joined:
    May 13, 2020
    Posts:
    5
    Nvm I rechecked it was my Unity editor. It hogs cpu for few secs then saves in memory. But it crashed twice while I tested on my own.

    Though how do I close this thread?