검색결과 리스트
글
Unity3D에서 Visual Studio 2013 사용하기
Programming/Unity3D
2014. 6. 7. 13:42
- In Unity Editor go to Edit->Preferences->External Tools and In External Script Editor choose Browse from the drop down box.
- Browse to and select C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe.
- The External Script Editor should automatically show your selected editor as Visual Studio 2013.
- That’s it! It should just work from that point on.
- Edit->Preferences->External Tools
- 플러그인 설치 http://unityvs.com/
- "UnityVS_1.8.1-2013"
- - Copy SyntaxTree.VisualStudio.Packages.dll to:
- C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\SyntaxTree\UnityVS
'Programming > Unity3D' 카테고리의 다른 글
Unity3D에서의 싱글톤 구현 (0) | 2014.06.08 |
---|