- Home /
Unity 3.4 UniSciTE: go-to-error-line-number broken?
It seems with 3.4 and the change to default to MonoDevelop, if you try to go back to UniSciTE then Unity no longer goes to the line number when you double-click a console error message. Is anyone else seeing this, or did I do something wrong? Am I the only UniSciTE user left?
I have reported this (Case 413013). Hopefully it's a bug added at the last moment and not a result of no-one at UT using or caring about UniSciTE anymore.
(the reason I prefer UniSciTE most of the time is that it is much faster to come up, edit, and uses the local documentation files, not unity3d.com, I only use MonoDevelop when I need to debug)
Same problem here. I prefer UniSciTE since I like a light development environment. The not-going-to-error-line really is a pain, hope it'll get fix in the near future or I'll just have to move over to - sigh - $$anonymous$$onoDevelop.
I've been typing CTRL-G a lot.... still faster than $$anonymous$$onoDevelop which doesn't even raise to the front on Windows7.
I have the same problem but, UniSciTE dose not show its blue color. When a word like Transform is spelled right it turns blue but, that dose not work anymore.
Answer by yoyo · Sep 25, 2011 at 07:42 PM
In Unity 3.3, go-to-line was only supported with the built-in UniSciTE, but not if you browsed to an alternative editor. I wanted to use Notepad++, so I replaced the Unity-provided UniSciTE executable with a launcher that massages the line number provided on the command line and invokes Notepad++ instead.
Unity 3.4 no longer passes line information to any editor except MonoDevelop. The launcher technique still works though, but you need to replace the MonoDevelop executable instead of UniSciTE.
I don't know if that's entirely true... At least with 3.5 on the $$anonymous$$ac, and the external editor set to Textmate 1, it would jump to the correct line number from the console. (that said, I'm currently having this same problem with Textmate 2). But I'm pretty sure it worked fine in 3.4 as well; I think the issue is editor-specific rather than something that changed in Unity.
I'm on Windows, not sure about $$anonymous$$ac side of things. Wish Unity was more flexible with external editors. I'm thinking of writing a reusable package to make alternate editors easier to use.
Answer by kablammyman · Jul 28, 2011 at 06:03 PM
it still seems to be there, but you gotta browse to it.
C:\\Program Files (x86)\\Unity\\Editor\\Data\\Tools\\UniSciTE
i dont know if you did this already to fix your line number issue, but if thats what you did, give notepad++ a try. Its very popular in the professional ranks (if you are on a windows system) and you cant/dont use Vis studio. I dont use UniSciTE, but I use notepadd++ in place of UniSciTE. So, unity thinks its running UniSciTE, but instead notepad++ comes up at to the correct line number. (check this link for details: http://www.unifycommunity.com/wiki/index.php?title=Using_Notepad_Plus_Plus_as_a_script_editor )
I also want to add that I really hate mono develop...its terrible, slow, and buggy. Also, the way its integrated with unity3d is very clunky. Every now and then i'll debug with it, but i much rather not use it AT ALL.
Yes, I'm running it, that's how I know it doesn't work. Did you mean this as a comment rather than an answer?
yeah, it was supposed to be a comment, but i goofed. Also, the notepad++ "trick" no longer works either. this is annoying.