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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question QuickSearch Syntax

Discussion in 'Editor & General Support' started by MatrixNew, May 10, 2023.

  1. MatrixNew

    MatrixNew

    Joined:
    Apr 16, 2020
    Posts:
    69
  2. sebastiengrenier

    sebastiengrenier

    Unity Technologies

    Joined:
    Jun 11, 2019
    Posts:
    87
    Hi! What exactly is not working? Can you share what you expected to see, and the content of your scene? Bear in mind that words without any filter prefix (like t: for example) will search for names only in the scene. So something like this
    upload_2023-6-6_16-18-21.png
    will remove the "Cube 22" object but not its children. So in your case, -LODGroup will remove any item containing LODGroup in its name only.
     
    MatrixNew likes this.