Search Unity

Feedback Suggestion: searchbar in inspector window

Discussion in 'Editor Workflows' started by przemeknowaczyk, Feb 21, 2020.

  1. przemeknowaczyk

    przemeknowaczyk

    Joined:
    Mar 30, 2018
    Posts:
    6
    In my personal and business projects I like to keep scripts small, modular and in harmony with OOP standards. However most of my classes inherit from MonoBehaviour since i like the flexibility provided by Inspectors. When there are lots and lots of small components attached to gameobject, looking for a specific component becomes nightmare. Searchbar that could let me filter components by name would be very helpful. I have even managed to create something similiar, but my script misbehaves in many cases and lacks overall reliablity - however it's good enough to visualise mu idea:



    EDIT: Sorry, I have no idea why embeded video is so blurry, when displayed on streamable pagie it looks perfect.
     
  2. Baste

    Baste

    Joined:
    Jan 24, 2013
    Posts:
    6,334
    @willgoldstone, this is a pretty neat idea. It doesn't directly relate to the Searcher, but it'd be usefull for the same reason.