[UNITY] Scripts 수정을 위해 MonoDevelop-Unity 실행시 장애

OSX에서 Unity를 실행할때 Unity에서 기본적으로 제공하는 Scripts 편집툴 MonoDevelop-Unity 실행시

“scplugin”이 설치되어 있다고 에러가 발생했다.

그런데 이넘을 찾고 지우는것이 수월하진 않았다..

구글링해서 찾아보니 쉬운방법이 있어 간단히 번역하여 옮겨본다.

원본링크

다음과 같이 지워보자

  1. 아래의 파일들을 찾아 먼저 지운다!: (없으면 패스…)

    • /Library/Contextual Menu Items/SCFinderPlugin.plugin
    • /Library/Receipts/SCPlugin.pkg
    • /Library/LaunchAgents/org.tigris.scplugin.launch.plist
  2. 다음으로 아래의 명령을 실행하자.:

    launchctl remove org.tigris.scplugin.launch
    
  3. 마지막으로, 플러그인의 캐쉬를 초기화 하기 위해 서비스런처를 재시하기 위해, 터미널에서 다음의 명령을 다시한번더 수행하자.l:

    /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user