Methodical is an interactive C# interpreter for Unity. It integrates Microsoft’s open-source compiler platform into Unity, enabling real-time in-editor scripting with full language support and autocomplete. The Methodical interpreter’s uses range widely, from testing methods to full editor automation and scene processing.
Methodical also comes with an expanded inspector pane. View and change all variables on an object, even if they are private, properties, or otherwise non-serialized. You can also view all functions on an object and call them from a handy UI.
Microsoft’s compiler platform is not compatible with some assets on the asset store. Click here for more information.