use the monodevelop(build-in), cannot open the file correctly by doublie clicking on editor. Even open the cs file handfully, then you can not use suggestion.
0903 build unity and 4.0.1 built in monodevelop
ubuntu 14.04
use the monodevelop(build-in), cannot open the file correctly by doublie clicking on editor. Even open the cs file handfully, then you can not use suggestion.
0903 build unity and 4.0.1 built in monodevelop
ubuntu 14.04
I found the solution.
Delete the space in the project folder (just the spaces in the folder name)
I have similar problem but in my case there is no spaces in any folder
Can some suggest what should I try ?
I went to
/opt/Unity/MonoDevelop/bin$
and tried to run it manually there but it didnât run
I have an error:
./monodevelop: line 21: exec: mono: not found
ok silly me:
Ubuntu 14.04 64-bit
sudo apt-get install mono-complete
I still have some error with loading gnome-sharp add-on in monodevelop but it seems that everything is working fine without it
Sorry, I have not met this error.
But have you install mono?
@rootPL i have the same problem here in my Ubuntu 14.04.1, do you have a solution?
My solution was installing monodevelop by
$ sudo apt-get install monodevelop
Installing monodevelop on Gentoo helps as well: âemerge monodevelopâ as this will pull in all dependencies but you will end up with another (in my case older) instance of monodevelop.
I too cannot use Monodevelop that comes with Unity 5 (this is the latest version Unity 5.1.0f3+2015091501).
I have to first install Monodevelop from the Ubuntu Software Center, then install Unity 5 for it to work (I presume itâs using my systemâs Monodevelop and not the one that comes with Unity).
The issue now is that double clicking a script from inside the Unity editor will open Monodevelop, but not the file itself. I have to use Monodevelopâs manual Open function to find the script and open it.
With every script I try to open from within Unity, it will open a new Monodevelop instance as well. This is not the intended experience Iâm sure.
Running on Ubuntu 15.04 64bit.
Here are some things that Iâve found will block your usage with Monodevelop and Unity. 1) If you have a git repository with your Project, you wonât be able to edit any files⌠As if all of the files are âread-onlyâ. Delete the â.gitâ folder and you can continue. 2) If you have another project youâve opened up with Unity/Monodevelop, and for some reason itâs not loading, it will always error until you clear the ârecent solutionsâ list. Because it will (on-load) try and open the last project, THEN open the current project (weird I know).
This is my situation, similar to Sabun, Monodevelope did not work from Unity until i install the standalone.
After doing that, the build-in worked just fine and now it opens.
The problem is that when you click the script not all the time opens it and sometimes i lose the auto complete.
This is very useful if you are new to the object you are working on.
The problem is that when I double click on script every time opens new Monodevelop. How can i fix it?
Sorry for my English itâs not my mother language (
The solve is
$ sudo apt-get install monodevelop
ty ** @lassade **
I second (or thirteenth) this, Installed Unity on a clean Ubuntu (Mate) install (14.10, then fully updated) that didnât have MonoDevelop installed yet. Ubuntu MonoDevelop wouldnât work until I installed the standard one, and then it wonât load files on clicking, and autocomplete is not working.
Same problem. My project folder name does not have spaces.
Running Elementary Luna (built on Ubuntu 12.04 64bit)
Regardless, no other work stopping issues so thanks Unity for this version!
HiâŚ!
I think i found the problem causing the built-in monodevelop editor doesnât work out-of-the-box. I looked into /opt/Unity/MonoDevelop/bin/monodevelop (the shell script file that run the editor) and i found in the line 14 a call for a program named realpath (SCRIPT_PATH=ârealpath $0
â). Then i tried to run the program manually in a terminal window, but the program it is not installed.
I installed realpath with a sudo apt-get install realpath
command on Ubuntu 14.04 and the built-in editor launched just fine. That would solve the issue, i think.
edit:
Making some research i found that are other methods for obtain the same result as realpath gived to the SCRIPT_PATH variable without the need of install the realpath. (I have not really tested this solution)
eg. echo $(cd $(dirname "$0") && pwd -P)/$(basename "$0")
source: linux - How to get full path of a file? - Stack Overflow
I hope this info can help someone.
the script works, thnx a lot.
Thanks, it is fixed after update unity.
Someone pin this along with the Unity install thread plox thx.
Worked for me, Linux Mint 17.3
had to:
Install mono-complete (follow instructions on the mono develop site
http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives
THEN write the sudo apt-get install mono-complete)
Go to Prefs > External Tools > Open monodevelop in /opt/Unity/MonoDevelop/bin
and install this realpath
good job fabioj ~s2
Thank you, Fixed me too!
Thank you! Worked on Linux Mint 17.3 and Unity 5.4.0p1