Search Unity

[RELEASED] CSS-like search

Discussion in 'Assets and Asset Store' started by Sveredyuk, Jan 15, 2018.

  1. Sveredyuk

    Sveredyuk

    Joined:
    Jul 23, 2015
    Posts:
    3
    CSS-like search
    Download FREE version | Buy PRO version

    Hi, everyone!
    Have you tired of searching particular objects on your large game scenes?
    You don’t want to spend your time on boring scrolling through the dozens of objects, do you?
    If it’s your case, then CSS-like search [in AssetStore: free, pro] is for you! It will save a lot of your time during development, debugging and testing.

    CSS-like search is an editor extension asset with small window that fits any layout.


    With CSS-like search you will only need to write simple queries using CSS-like syntax to search objects with advanced filters.


    CSS-like search provides you an ability to search objects
    • by type,
    • by attribute value,
    • by name,
    • and by hierarchy.

    There is an ability to look at step by step verbal description of the written query, if you’ll have some doubts.

    All this basic functions are available in CSS-like search FREE version [AssetStore]. So, go ahead and try it!


    PRO version of CSS-like search [AssetStore] contains some beneficial features that will facilitate searching process in an even greater degree.
    PRO version provides all the features of FREE version, and some advanced functionalities.

    Smart autocomplete is a very useful feature that saves your time while typing commands (works like in VisualStudio or MonoDevelop).

    If you’ll need to use some queries frequently, it is possible to add them to Favorites and these queries will always be within your reach.


    Advanced attribute selectors in PRO version allow do define a sequence of properties/field in one attribute selector.

    Additionally, you’ll be able to search objects not only on the scene, but also in the assets folder.

    CSS-like search PRO version has recently been published, you can now buy it just for $3.99.
    Both versions have detailed supplementary documentation with instructions [free, pro].

    Questions, bug reports and suggestions are welcome!
     
    dpochtvina likes this.
  2. Wizard-Games

    Wizard-Games

    Joined:
    Jun 4, 2013
    Posts:
    34
    Hi, could this tool find all the mesh renders, nested below a specific GameObject, that also have a specific material?
     
  3. Sveredyuk

    Sveredyuk

    Joined:
    Jul 23, 2015
    Posts:
    3

    Hi!

    Yes, you can do this, but only with PRO version of CSS-Like Search. In the example scene the following query will find all spheres with “Red” material, that are nested below cube.

    P.S. I strongly advise you to use “sharedMaterial” field instead of “material”, to prevent material instantiation: https://stackoverflow.com/questions...materials-but-the-original-materials-in-asset
     
  4. Sveredyuk

    Sveredyuk

    Joined:
    Jul 23, 2015
    Posts:
    3
    Both Free and PRO versions were updated. Now you can use hotkey to show the popup window, so you do not need to find a place for CSS-Like Search in your editor layout. In free version use Ctrl+W, in PRO version you can customize the hotkey.