Hi unityUsers,
When I have errors in my javascript, then unity3d silently stops using the javascript. It would be nice if it could highlight where the error is in the javascript, is this possible?
Peter Wraae Marino
Hi unityUsers,
When I have errors in my javascript, then unity3d silently stops using the javascript. It would be nice if it could highlight where the error is in the javascript, is this possible?
Peter Wraae Marino
It already does what you are describing…
If something is wrong with your script to the point it wont compile, it will error out and by double clicking the error it will highlight it in your IDE. I use MonoDevelop that comes with Unity.
thanks… i found out that it dumps the error to the console… (console isn’t active by default…)