Skip to content

Search Field

Available from Available from

This powerful tool is designed to significantly streamline your debugging process in Unity, making it both efficient and intuitive. Let’s dive into how you can leverage this feature to its fullest potential.

Unveiling the Unseen: Invisible Members

  • The Tree View primarily shows direct children of an inspected member. However, there’s more beneath the surface. The "Invisible Members" from parent classes or superclasses are initially hidden in the Tree View.
  • To reveal these Invisible Members, simply select them from the search dropdown. They will then be appended to the Tree View for detailed inspection.


Auto-Hide Inherited Members

InspectMe now offers a new preference called Auto-Hide Inherited Members, giving you full control over how superclass and generic members appear in the Tree View. When this option is enabled, inherited fields and properties remain hidden by default, keeping the view focused and easier to navigate. You can still reveal them anytime through the Inspector Search Field, where they appear under Invisible Members. When disabled, all inherited members will be displayed automatically in the Tree View, providing a complete and immediate view of your object’s hierarchy. This setting is ideal for users who frequently inspect complex generic types or want instant access to all class layers.


Quick Search and Filter Techniques

Maximize your search efficiency in Inspector Search with advanced filtering options:

  • Effortless Searching: Type in the search bar for instant feedback based on your input.
  • Filter Tags:
    • <n> to focus on Names.
    • <v> for Value-based searches.
    • <t> to target Type.
    • Combine tags like <n,v> for a comprehensive Name and Value search.

Practical Applications

  • Quickly access specific elements in complex hierarchies.
  • Navigate and understand the properties of your classes and components with ease.

For any queries or support regarding Inspector search feature, please refer to our Support section or visit our FAQ page.