- Home /
Script Editors for Unity
Are there any good script editors out there that are compatible with Unity3d...I really dont like MonoDevelop and Uniscite is getting old to me want to try out some other Script editors that are compatible with unity..thank you Durante Productions.
I didn't like $$anonymous$$onoDev at all when I first started using unity a month or so ago, but after you get used to it it's really not too bad. Even makes scripting faster (at times) when it throws a suggestion on the screen and you just tap the TAB button to have it paste the whole word or whatever. ...Don't know about any other editors, just thought I'd tell you $$anonymous$$onoDev isn't THAT bad once you get used to it.
Honestly I thought the same thing I've been using Unity and $$anonymous$$onoDev for the last year and a half...and really it gets old to me kinda i guess...I have flipped back and forth between $$anonymous$$ono and Uni and really i like Uni but it don't highlight all the key phrases that I would like it too for JavaScript...i have seen editors like the one i want on videos in Youtube and stuff but i just cant seem to find one and when i leave a comment on the video on youtube no one responds to my comment. thank you for your input.
If anyone has figured out how to get Notepad++ to work with it, that'd be sweet. Not that I've tried, maybe it's dirt-simple, but that would be a good candidate.
The problem that I have with $$anonymous$$onoDevelop is that the version bundled with Unity crashes a LOT. I use the latest version of $$anonymous$$onoDevelop for non-Unity stuff which is a LOT more stable and has excellent integrated GIT support. Though the new Visual Studio 2012 has built-in GIT support also!
Answer by ti89TProgrammer · Feb 28, 2012 at 10:15 PM
Visual Studio is the gold standard for development environments in general.
Answer by soulburner · Apr 28, 2012 at 12:58 AM
For UnityScript (JavaScript) you should try UnityDevelop 4: http://gamejam.ru/unitydevelop/
Answer by numberkruncher · Feb 17, 2013 at 04:47 PM
Visual Studio is certainly the king here, without questions.
For quick scripting (and UnityScript) I prefer to use Notepad++ on PC or BBEdit on Mac.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Editor Script Points 0 Answers
Error when extending IKVM class in C# script 0 Answers
Set Gizmo to object in editor by c# script 1 Answer
Convert from C# To Java ????? 1 Answer