error CS1704: An assembly with the same name `SyntaxTree.VisualStudio.Unity.Bridge' has already been imported. 해결
error CS1704: An assembly with the same name `SyntaxTree.VisualStudio.Unity.Bridge' has already been imported. Consider removing one of the references or sign the assembly C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/16.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll (Location of the symbol related to previous error) Assets/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll (Location of the symbol related to previous error) Compilation failed: 1 error(s), 0 warnings "
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/16.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll의 경로(각 환경마다 달라질 수 있습니다.)에 있는 SyntaxTree.VisualStudio.Unity.Bridge.dll를
유니티의 여러 버전이 깔리면서 중복된 dll이 포함된 것 같다.
기본적으로 [Assets]-[Reimport All]을 하게 되면 대체적으로 다시 라이브러리를 로드해서 해결이 된다.
★☆☆☆☆
'개발 > Unity' 카테고리의 다른 글
Unity) Unity Define 설정 (Unity Scripting Define Symbols) (1) | 2020.12.13 |
---|---|
Unity) 비동기 프로그래밍(Aync, Await) (0) | 2020.12.07 |
Unity) TextMesh Pro Sprite Importer(이모티콘/이모지 ☝) (2) | 2020.11.18 |
Unity)AndroidNative) 진동 설정하기(Vibration) (2) | 2020.11.12 |
Unity) LINQ 쿼리 (using System.Linq) (0) | 2020.11.11 |
댓글