You can now get the Remote Debug tool on the asset store! Editing live on the device has never been easier, for fast iteration time and the ultimate in “what you see is what you get”. For more info check out this video, the forum thread or just read some of the other entries on this… Read more »
Posts Categorized: Remote Debug Tool
Hdg Remote Debug – How It Works
Hdg Remote Debug works using .NET’s reflection features; it doesn’t use any sort of built-in Unity serialisation. Every second it gathers all GameObjects that are currently active, finds all Components on them, and for each component, uses reflection to find all serialised and public fields. This data is sent back to the client running in… Read more »
Remote debug / live update of Unity builds on device
Unity has a feature called the Unity Remote which is an app that you run on an Android or iOS device. The editor talks to this app via USB and sends the render output of the game as it is running in the editor to the device. The touch inputs from the device along with… Read more »