프로그래밍/Unity
Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
astraljoker
2022. 5. 29. 13:42
728x90
반응형
Unity 2021.3.2f1
에러 메시지 :
Assembly 'Assets/Plugins/BakingSheet/Editor/Google/Google.Apis.Drive.v3.dll' will not be loaded due to errors:
Google.Apis.Drive.v3 references strong named Newtonsoft.Json Assembly references: 12.0.0.0 Found in project: 13.0.0.0.
Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
"com.unity.nuget.newtonsoft-json" 3.0.2 패키지에서 사용하고 있는 Newtonsoft.Json 하고 충돌
This is a Unity package for Newtonsoft Json and corresponds to Newtonsoft.Json version 13.0.1
https://docs.unity3d.com/Packages/com.unity.nuget.newtonsoft-json@3.0/manual/index.html
이 패키지가 사용중이다. 어차피 쓸모없는 패키지라 삭제.
정상작동
728x90
반응형