Monthly Archives: May 2016

Hdg Remote Debug – Released!

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 »

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 »