상세 컨텐츠

본문 제목

[Solution] Loading assembly failed Assets/Plugins/System.data.dll'

개발생활/Unity Engine

by 한국인맛집 2019. 10. 8. 14:47

본문

반응형

 


Development Environments

OS : Windows 10

Unity Version : 2019 2.3f1

Visual studio 2019 Community

 

 


 (Solution) Loading Assembly fail Error

 

Loading assembly failed 'Assets/Plugins/System.data.dll'

Loading AssemblyFailed System.Loading assembly failed "Assets/Plugins/Mono.Data.Sqlite.dll"

 

 

Solution 1 

 

 

Refference : https://docs.microsoft.com/ko-kr/visualstudio/cross-platform/unity-scripting-upgrade?view=vs-2019

 

Unity에서 .NET 4.x 사용 - Visual Studio

Unity에서 .NET 4.x 사용Using .NET 4.x in Unity 이 문서의 내용 --> Unity 스크립팅을 기반으로 하는 기술인 C# 및 .NET는 Microsoft가 2002년에 처음 출시한 이래 계속 업데이트를 받아왔습니다.C# and .NET, the technologies underlying Unity scripting, have continued to receive updates since Microsoft originally re

docs.microsoft.com

 

 

 

 Plugins 에서 아래와 같은 파일이 존재하다면 지워준다. 

 

System.Data.dll

Mono.Data.Sqlite.dll

 

 

 

NuGet에서 Unity 프로젝트에 패키지 추가

 

Mono.Data.Sql.dll 파일을 찾는다.

https://www.nuget.org/packages?q=System.Data.DLL

 

 

 

 

* 단! System.Data.dll 은 추가할 필요가 없다. 2019 버전에는 포함된듯하다.

 

 

- 파일 받은후 F2키를 눌러 nupkg -> zip 파일로 확장자명 변경

 

 

C:\Users\admin\Desktop\mono.data.sqlite.1.0.61\lib\net40/Mono.Data.Sqlite.dll 

 

 

Assetes/Plugins  Import

 

Done

 

 

반응형

관련글 더보기