Search Unity

Monodevelopment fails to open scripts directly from Unity

Discussion in 'Linux' started by mgiraldogutierrez226, Nov 12, 2015.

  1. mgiraldogutierrez226

    mgiraldogutierrez226

    Joined:
    Oct 15, 2014
    Posts:
    2
    I have installed the latest build. I'm using LInux Mint 17.2. I can open the scripts with Monodevelpment out unity though.
     

    Attached Files:

  2. Eraph

    Eraph

    Joined:
    Aug 15, 2015
    Posts:
    45
    Did you try installing MonoDevelop independently of the Unity install?
     
  3. mgiraldogutierrez226

    mgiraldogutierrez226

    Joined:
    Oct 15, 2014
    Posts:
    2
    No, it was installed from the same deb package
     
  4. Eraph

    Eraph

    Joined:
    Aug 15, 2015
    Posts:
    45
    Give it a try:

    "We're also not currently bundling the dependencies for MonoDevelop (and doing so is a bit complicated), so the easiest way to ensure you can run the bundled MonoDevelop is to first install the upstream MonoDevelop from the Ubuntu Software Center."​
     
  5. Deleted User

    Deleted User

    Guest

    What I did to fix the same issue I had was to install monodevelop by running the following command in Terminal:

    sudo apt-get install monodevelop

    Once monodevelop is installed, I rand the following command to remove only monodevelop for my linux distro and NOT monodevelop for unity. That way, I don't have two versions of monodevelop installed. The monodevelop dependencies will remain installed:

    sudo apt-get remove monodevelop

    Hope this helps.
     
    rossbyrne and Eraph like this.
  6. rossbyrne

    rossbyrne

    Joined:
    Nov 29, 2015
    Posts:
    4
    I had a similar problem after installing unity 5.2.2 on ubuntu. Monodevelop would not open and following this fixed the problem!