- Home /
MonoDevelop won't open in Unity 5?
Hello,
I am wondering why I'm not able to edit my scripts in Unity 5 3D. I click on my script and I see MonoDevelop trying to open, but then it closes immediately and does not let me use it.
This leaves me unable to edit my c# scripts, either in Monodevelop or anywhere else.
Monodevelop was working for me yesterday (albeit slowly), so I am unsure what caused this change.
Any suggestions?
some times without proper closing Unity Editor lead to crash the unity [like power off].
Uninstall Unity 3d and re install it.
Answer by Decstar_G · Jul 25, 2015 at 10:23 PM
You don't have to use Monodevelop. You can use another script editor like sublime text. Same thing happens to me.
Answer by NintendoMaster00 · Aug 20, 2015 at 06:50 AM
Will Monodevelop open when not in unity? Go to start and type in monodevelop and open it. If so then you should be able to click open (CTRL + O) and navigate to your file with the script in it and open. It should work that way.
Answer by gocraig · Oct 30, 2015 at 09:10 PM
Thanks to @WallyZ21 for this post, elsewhere in this forum ...
Found the solution in this post http://answers.unity3d.com/answers/574295/view.html
Solved it by downloading this file and putting it in the Unity\Monodevelop\bin folder. Don't forget to make a backup of the original file, for the heck of it.
This worked for me ... Win 7 SP1, Unity 5.2.1f1, MonoDevelop 4.0.1
Answer by RayZen · Jun 20, 2016 at 03:24 PM
I've had a problem very similar to yours and what I did to fix this was I downloaded the needed GTK# file from the Installer in Program Files>Unity> MonoDevelop> GTKSharp.( If prompted, Delete old GTK file and Re-Install GTK.) Then enter Unity and go to Edit>Preferences>External Tools>External Script Editor and Make Sure it is set to "MonoDevelop (Built-In)". Another thing that may help (I don't know if it 100% works) is to Install the .NET from MonoDevelop's site. Also MAKE SURE UNITY IS FULLY INSTALLED! What my first problem was , it was that the Unity download would stop downloading because in task manager(CTRL+ALT+DEL>Task Manager) The "Windows Modules Installer" was running, so you have to end this task. And all of the files ( including the MonoDevelop file folder) will be there after the installation is done. Hope This Helped!
Answer by MadeForGames · Nov 21, 2016 at 07:20 AM
Hello I have the same problem the first time I installed unity with visual studios it couldn't and when I runned a c# script it says that it can't run so I uninstalled unity and installed without visual studios but mono still won't rub even if I have gtk# on my computer what should I do
Your answer