Skip to content

Instantly share code, notes, and snippets.

@mhutch
Created May 7, 2012 01:03
Show Gist options
  • Save mhutch/2625243 to your computer and use it in GitHub Desktop.
Save mhutch/2625243 to your computer and use it in GitHub Desktop.
Copy Unity addins into upstream MonoDevelop
cp -r /Applications/Unity/MonoDevelop.app//Contents/MacOS/lib/monodevelop/AddIns/MonoDevelop.Debugger.Soft.Unity/ /Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/
cp -r /Applications/Unity/MonoDevelop.app//Contents/MacOS/lib/monodevelop/AddIns/BackendBindings/UnityScript/ /Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/BackendBindings/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment