Open Documentation | Discord | Email: assets@tellosoft.com
🔧 Component Debug Inspector – Deep-Level Unity Debugging Made Easy
Take full control of your components and classes in the Unity Editor like never before!
Component Debug Inspector is a powerful and flexible Editor tool designed to give you complete visibility and control over any built-in or custom component in your game. Whether you're debugging in Play Mode, testing new logic, or inspecting static managers, this tool saves time and simplifies the process.
With a clean, intuitive UI and real-time editing capabilities, you can quickly inspect fields, properties, methods, and constructors—whether they're public, private, or static—and even invoke methods with parameters directly from the component inspector. It's like having a live, interactive debugger built right into the Unity Editor.
🚀 Key Features
- View every detail of built-in or custom components, including deeply nested fields and references.🔍 Inspect Any Component or Class
- Toggle between read-only and editable mode. Modify values on the fly during Play Mode to test results instantly.✏️ Editable UI
- Inherited Members (deeply nested supported)🔁 Access All Member Types
Instance / Static
Public / Private
- Instantly call any method—public or private, static or instance, even with parameters—right from the component inspector & inspect return values.🧪 Invoke Any Method & Inspect Results
- Create objects in memory for null fields and start testing / debugging with them right away.🧠 In-Memory Object Creation
- Fully supports complex nested data like Lists, Dictionaries, and custom class hierarchies.📂 Explore Nested Structures
- Watch values change live, adjust internal states, and debug bugs on the spot.🕵️ Real-Time Play Mode Debugging
💡 Perfect For
- Quickly testing new class logic without writing UI or editor scripts
- Inspecting and debugging static manager or singleton states
- Tracking and fixing tricky bugs in Play Mode
- Modifying private variables and simulating edge cases
- Saving development time & never write any temporary Debug.Log statements.
Component Debug Inspector is the ultimate reflection-based debugging tool for Unity developers who want to understand their game’s internals better and work faster.
🎯 Debug deeper. Test smarter. Build faster.