Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Resolved Entities Hieracrchy Grouping/Filtering/Sorting When?

Discussion in 'Authoring Dev Blitz Day 2023' started by Jes28, Jan 26, 2023.

  1. Jes28

    Jes28

    Joined:
    Sep 3, 2012
    Posts:
    989
    Currently working with entities when there many of them we need some sort of quick search/filter so we can setup EntityQuery (may be even from code per project) and have button in EntityHierarchy to fast filter entities and show only part of big world.

    May se sorting is perf heavy option but Filtering is EntityQuery and grouping is few entity queries in a row just show each query entities starting with header.

    It must be very simple and very handy tool to work with.
     
  2. sebastienlh

    sebastienlh

    Unity Technologies

    Joined:
    Sep 22, 2017
    Posts:
    37
    Hi! There is an ongoing effort to bring QuickSearch to all of our Entities editor tools. Grouping and sorting are not on the road map at all, but better filtering capabilities certainly is. We are currently aiming for this to happen before we hit official 1.0 later this year.