For the past few weeks I’ve been developing a Unity extension called Methodical. Methodical is a simple to use code console for Unity that allows you to instantly test your code from the editor window, similar to javascript consoles (REPLs) found in modern web browsers. It is currently in a rough stage of development but even now it’s become integral to my workflow. Here’s a screenshot!
Currently, Methodical lets you call methods, see their returns, and view the values of variables in a selected monobehavior using a C# – like syntax.
I’m planning on releasing Methodical very soon. In the mean time, I’ll be posting plenty of updates here and on Twitter. Stay tuned!