Asset Store Link: Remote Inspector Pro - Android & iOS | Utilities Tools | Unity Asset Store
What Remote Inspector is
This asset has the Remote Hierarchy and the Remote Inspector windows for a game running on a mobile device or a PC. You can edit the fields and properties without rebuilding your game! The Pro version allows you to edit material properties and shader keywords.
And, the source code is included!
Features
The following video shows the basic features.
Basically, you can view the hierarchy and the components of your game running on a remote device. You can edit the fields and properties of them – both private and public ones.
Remote Inspector supports incremental search in the Remote Hierarchy and the Remote Inspector windows.
Pro Features
The following video shows the features of the Pro version.
Remote Inspector Pro Features
The pro version allows you to view and edit material properties.
And the incremental search enables you to find material properties.
You can enable or disable shader keywords. As you know, enabling or disabling shader keywords makes Unity select an appropriate shader variant. If you built your APK/IPA or AssetBundles without a specific shader keyword enabled, the corresponding shader variant will not be included in your binary. Therefore enabling that shader keyword makes no effect in such a case.
Who needs this
In a large project, building an APK or an IPA takes many minutes to hours. So just adding a line of a log to your game (to print a variable’s value) can take most of your work time away. But if you build your game with this asset, you can do the following things without rebuilding your game or implementing a custom tool.
- Debugging – View the scene hierarchy and change game objects’ fields and properties without writing any code. Even private fields and properties.
- Performance Tuning – Turn on/off game objects and components to find what drops your game’s FPS down.
- Balancing – Tweak level data during playtests to make your game fun.
—
Please visit https://codingdad.me/2019/10/30/remote-inspector/ for more details.