Hi there
I use vs2008 for coding in Unity C#. i was wondering, is there any way that I can step through my code and see the values of variables, arrays etc, much like when you add a breakpoint in a vs2008 windows app and press F10 to step through the code?
Obviously there id debug.Log etc, but breal points work so nicely!
Thanks