v1.0.0


Initial release of scene searching tool for Unity

Summary

Scene Search is an open source editor tool that helps you find specific GameObjects in the active scene based on search filter settings. New custom search filters can be written to add more functionality.

Features

  • - Search all open scenes

  • - Customize existing filters with the Inspector or Search Window

  • - Keep multiple search results open as long as the editor is open

  • - Implemented search filters with multiple options for each filter

    - Active

    - Component

    - Layer

    - Colliding/Overlapping

    - Tag

  • - View and edit existing filters's code for tweaking

  • - Support for new filters to be created like writing a new ScriptableObject class in C#