|
Could someone give me some instructions how to set up Unity MonoDevelop for UnityScript? Javascript, my errors are related to C# not Unityscript. Thanks!
(comments are locked)
|
|
Note that when you debug, it debugs any and all of these languages seamlessly. There is no mode or option or setup required. You can step from C# into US back into C# again. If you're having trouble stepping in/out, set breakpoints. (Hating QATO!) If this answers your question, please hit the checkmark
Mar 02 '12 at 12:04 AM
DaveA
(comments are locked)
|

This question puzzles me. It's already set up for UnityScript. And C#. And Boo. What specific errors are you getting. You will need to post code and the error message(s). Note that when you debug, it debugs any and all of these languages seamlessly. There is no mode or option or setup required. You can step from C# into US back into C# again. If you're having trouble stepping in/out, set breakpoints.
Ah I apologize if you use Unityscript it will automatically debug to that particular language and not C# and UnityScript does that make sense?