Is it safe to stay with Mono Dev, or notepad if preferred over VS ?
Will we always be able to attach our favorite editors ? ( panic pending )
Is it safe to stay with Mono Dev, or notepad if preferred over VS ?
Will we always be able to attach our favorite editors ? ( panic pending )
Mono Develop is completely gone with the latest releases of Unity. Won’t install by default and won’t have the functionality it had with prior releases. It’s basically no better than any other advanced text editor at this point.
There is absolutely no way to guarantee that you will always be able to do it but I’d be surprised if they did remove support for hooking up a normal text editor.
Ty for the reply. I’ve been trying tuff for a while to get into VS, ( not going well ) all the bells and whistles are freaking me out lol. I’m sure I’ll get it figured out soon ( I hope ). I’m just hoping that a variety of editors can still be used with unity even if its simple attachment that needs to just read the libraries for auto complete and run the debugger. I do dig VSCode
I like to code python automation in a regular text editor, but for something like Unity where you’re using their API’s all the time I can’t imagine coding in something that doesn’t have autocomplete and error checking functionality. At best it will just unnecessarily waste time.
Much more importantly - a debugger.
You can write code on parchment with a lump of charcoal. But stepping through what you have written is essential for any non-trivial coding.
If you want to keep it basic use something like Notepad++ and make sure you’ve set it up for Unity syntax highlighting (can’t remember how but I’m sure there’s info out there). It’s nice and lightweight and you don’t have to stare at the screen waiting for visual studio to open which is always a plus. I used it for years with no significant issues.