Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 프로그래밍
- dynamic
- w3school
- c++
- Basic
- Unreal Engine 5
- 문제풀이
- 기초
- parameter
- W3Schools
- Unity
- guide
- 백준
- String
- 재귀
- loop
- 오류
- 파이썬
- Tutorial
- github
- Class
- python
- dfs
- Algorithm
- Programming
- UE5
- DP
- C#
- 시작해요 언리얼 2022
- Material
Archives
- Today
- Total
행복한 개구리
Json for Unity 호환에러 본문
Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included or the current platform. Only one assembly with the same name is allowed per platform
- JSON을 임포트 시키자 에러메시지로 다음과 같은에러가 났다. 찾아보니 Unity 2020.3.7 이상버전에서 나는 오류같다고 한다.
- 에러메시지는 Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0-review/Runtime/Newtonsoft.Json.dll에서 발생했다고 한다.
- 그리고 해당 파일을 지우니 괜찮아졌다는 글이 있길래 나도 라이브러리에 들어가서 com.unity.nuget폴더의 Newtonsoft.Json.dll파일을 지웠더니 금방 다시 생기더라.
- 하지만 임포트한 dll파일이 생긴것인지 에러가 말끔하게 사라졌다.
'Unity > Unity - Solutions' 카테고리의 다른 글
에러 해결 21.07.19. Unity JSON임포트 에러 해결 (0) | 2021.07.19 |
---|---|
PUN2 LoadScene 후 Client가 Master Client의 객체를 Load하지 못하는 이슈 (0) | 2021.07.16 |
Unity3D 팀프 21.07.07 DontDestroyOnLoad 에러 (0) | 2021.07.07 |
PUN2 다른플레이어 보이지 않는 이슈 (0) | 2021.06.29 |
PUN2 조작권한 침범 이슈 (0) | 2021.06.29 |