- Home /
UniSciTE in version 3.x Script Edtior
Hey everyone,
I recall in version 2.6 the default script editor would show some sort of tool tip with available function parameters and all overloaded versions of a function when I would type the function name with the first parenthesis. Ex... Instantiate( ...then the tool tip would show with all the info i mentioned.
I cannot figure out how to make this happen for Unity 3... or if it is even supported anymore. I know I could switch editors but I don't want to.
If anyone knows if or how I can enable this, please help.
Thanks
Answer by yoyo · Jan 04, 2011 at 07:38 AM
This page describes how to use Notepad++ for Unity development, including auto-completion: http://www.unifycommunity.com/wiki/index.php?title=Using_Notepad_Plus_Plus_as_a_script_editor
(Notepad++ and UniSciTE are both based on Scintilla, so fairly similar, but Notepad++ is better.)
You know I was pretty dead set on making the default scirpt editor work. But this also works just fine. Its a shame uniscite lost that functionality I was looking for. Thanks yoyo.