[DEMO] - [WEBSITE] - [DOCUMENTATION] - [DISCORD]
Remo is a powerful debug tool that allows you to inspect your game after deployment on a device, enabling extensive tests on the fly. You can explore your entire scene, view and edit GameObjects, Components, Materials, and Scriptables Objects.
It saves you hours by letting you tweak values, run tests, and make small modifications without needing to run a new build or redeploy. Visualize and edit any properties, fields, structs, or arrays of any component.
Call methods and add components at runtime.
Inspect and tweak static classes in your codebase, effortlessly adjusting settings like Quality Settings or Render Settings in seconds.
View and edit materials, swap materials and shaders in real time.
Directly observe what's happening behind the scenes with the Remote Camera window—similar to the Editor's Scene View.
All these tools run directly from the Editor and require almost no setup.
[ Remote Hierarchy ]
[ Remote Inspector ]
[ Remote Camera (Scene) ] [**]
[ Static Window ] [**]
[ Remote Console ] [**]
Requirements:
Remo requires a Unity version newer than 2022.3.11f and up to 6000.1.*. Version older or newer are not guaranteed to be supported.
Remo requires the official EditorCoroutines package from Unity to work.
Usage:
1 - Add 'RemoServer' Prefab to your main scene in your game.
( The prefab is located in Assets/Plugins/CapyTools/Remo/Prefabs/RemoServer.prefab )
2 - Build a Development Build*, Run your Player and wait for initialization.
3 - Open Window/Remote Runtime Editor/Remote Hierarchy, and select your device from the connection window
4 - Refresh and inspect your game.
LIMITATIONS
Custom Editors are currently not supported. Members will be displayed similarly to the Debug Mode of the Inspector window.
This has the added benefit of allowing you to view and edit private members as well.
_________________________________________________________________________________
Full IL2CPP Support. Works on all major platforms, including mobile and consoles.*
The DEMO version allows you to test basic features and core functionality before purchasing the full version.
Note: The DEMO version has limited features. The Inspector is read-only, but you can still inspect all values and toggle GameObjects and components. Features marked with [**] are not available on demo.
*While most platforms have been tested, we recommend trying the DEMO first. If something doesn’t work in your environment, feel free to contact us—we’ll be happy to provide a fix for you.
______________________________________________________________________________
This Asset uses third party plugins under MIT and BSD 2-Clause "Simplified" License; Please see Third-Party Notices.txt file in package for details.
[DEMO]