Skip to content

Methods Explorer

Available from

The Methods Explorer serves as the central interface for navigating and interacting with methods in your Unity projects through InspectMe. It is designed to enhance your development workflow by providing detailed insights into the methods of any selected class. The interface is organized into three primary tabs, each offering unique functionalities:

Preferences: The display of methods in the Explorer can be influenced by the "Inspect Only Declared Methods" preference. This setting allows you to view only the methods directly declared in the selected class, excluding inherited methods. documentation.

Notes:

  • Only methods that are supported by InspectMe are displayed in the Methods Explorer. For more details on what constitutes a supported method, please refer to our Supported Methods documentation.
  • The "Group Overloads" toggle allows users to consolidate all overloads of a method into a single block. This feature helps streamline the interface and simplifies the selection process when multiple overloads are available. It's an essential tool for users looking to maintain a clean and organized view of method functionalities within their projects.

Explorer Tab

This tab displays a comprehensive list of methods within the selected class or component, with each method represented as a Method Block. Features include:

  • Search Field: Allows you to quickly find methods by name, enhancing your ability to navigate large codebases.
  • Toggle Button: Use this to either group method overloads together or display each overload individually, facilitating a customized view according to your preferences.

Favorites Tab

Similar to the Explorer tab, but specifically tailored to show methods that you have marked as favorites. This allows for quick access to frequently used or critical methods, streamlining your workflow.

Benchmarks Tab Coming Soon

This tab will provide tools for performing detailed performance benchmarks on selected methods to analyze execution time, memory usage, and other critical metrics.

The Methods Explorer is designed to be intuitive, allowing you to efficiently manage and inspect methods, enhancing your development process within the Unity environment.


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