Skip to content

Getting Started with InspectMe

Welcome to the beginning of a streamlined development experience with InspectMe! Let's get you up and running with minimal fuss.

Step 1: Choosing Your Version

InspectMe is available in two editions: Lite and Pro. Depending on your needs, you can start with the free Lite version to get a taste of InspectMe's capabilities, or go straight for the Pro version for full functionality.

  • InspectMe Lite Free: Perfect for those who want essential debugging tools without additional overhead. Ideal for projects where simplicity and ease of use are key. InspectMe Lite
  • InspectMe Pro: Packed with advanced features to enhance debugging and development workflows. Suited for projects that require detailed inspections and sophisticated customization capabilities. InspectMe Pro

Step 2: Installing InspectMe

After downloading your chosen version from the Unity Asset Store, add InspectMe to your toolkit by following these steps:

  1. Open Unity and navigate to Window > Asset Store.
  2. Search for InspectMe and download the edition you have chosen.
  3. Import InspectMe into your Unity project and follow the on-screen instructions to complete the setup.

Step 3: Opening InspectMe

  • Access InspectMe from the Unity Editor by navigating to Window > InspectMe.
  • Dock the InspectMe window in your workspace or let it float to keep it visible during your workflow.

Step 4: Inspecting Your First Object

Initiate your first inspection with ease:

  • Via Drag and Drop: Learn more..
    • GameObjects: Drag and drop a gameObject from the hierarchy into the InspectMe window. A popup will display a list of all components attached to the gameObject, allowing you to select multiple options and click "Inspect" to show them in the tree view.
    • Components: Directly drag components into the InspectMe tree view to enhance your inspection scope. This feature provides an intuitive way to examine specific parts of your GameObjects.
  • Via Script: Invoke this.InspectMe(); within any class to automatically inspect all its members, or specify an instance name for a targeted inspection. Learn more..
  • Via Attribute: Add the [InspectMe] attribute to classes or members, and use the generated 'Inspect' button in the Unity Inspector for quick access. Learn more..

Info

For specific examples and additional ways to inspect, including more advanced scripting techniques, check out the Usage tab for full details.

Step 4: Exploring Features

  • Begin by expanding member nodes in the Tree View to see the structure and details of your objects.
  • Use the Search Field to quickly find specific elements within your project.
  • Experiment with Watchers to monitor real-time changes in your game's variables.

Step 5: Features Comparison

Here is a quick overview of the features available in each version:

Feature InspectMe Lite InspectMe Pro
Real-time Update
Advanced Tree View
Dynamic Inspector
Comprehensive Stacktrace Analysis
Edit Members Values
Support Record Types
Real-time Watchers
Inspecting Static Members & Classes
Bookmark Management

Consider supporting InspectMe with a coffee if you appreciate our work! support with a Coffee

Need Help?

  • FAQ: For quick answers to common questions, visit our FAQ page.
  • Support: Need further assistance or want to get in touch? Our Support page has all the details you need.

Next Steps

  • Continue exploring the Features page to fully leverage InspectMe in your Unity development.
  • Stay updated on new additions and improvements by checking the Changelog.

Welcome to InspectMe—your new partner in Unity development!