Search Unity

Issues to use latest monodevelop as external editor for Unity on Ubuntu.

Discussion in 'Linux' started by juniorguimaraesdasilva, Jun 8, 2017.

  1. juniorguimaraesdasilva

    juniorguimaraesdasilva

    Joined:
    Jul 5, 2014
    Posts:
    4
    I have Ubuntu 16.04 and I'm trying to use the latest monodevelop installed via flatpak as my external script editor for Unity 5.6, but I can't found the executable location, I tried .local/share/flatpak/app/com.xamarin.MonoDevelop/x86_64/stable/active/files/bin but nothing there is working for me.
     
  2. Bartwillemsen

    Bartwillemsen

    Joined:
    Apr 13, 2016
    Posts:
    5
    Flatpack apps needs to be run using the 'flatpack run' command, so I don't know if it will even work when you try to execute them directly.

    What you can try is create a small bash script that executes the right flatpack command to run MonoDevelop. In Unity you browse to this script and set that as the external editor.