Virtual Inspector is a real-time debugging and inspection tool for Unity projects.
It allows developers to inspect and interact with a running application remotely, directly from the Unity Editor, without rebuilding or restarting the project.
Virtual Inspector is designed to solve a common Unity workflow issue: problems that only appear in builds or on target devices. With Virtual Inspector, you can inspect live scenes, GameObjects, components, and runtime values while your application is running on PC, mobile devices, consoles, or standalone builds.
The tool is based on a Client / Server architecture:
This approach enables fast iteration, improved debugging on external devices, and better visibility into real production environments.
Virtual Inspector is suitable for developers, technical artists, and QA teams working on games, simulations, prototypes, or production tools.