> For the complete documentation index, see [llms.txt](https://shlifedev.gitbook.io/unitygooglesheets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shlifedev.gitbook.io/unitygooglesheets/trouble-shooting/newtonsoft-json-errors.md).

# Exception : Newtonsoft.Json Confict

## Conflict

유니티 테크놀로지에서 Entities, Version Control 과 같은 기본 패키지에 Newtonsoft.Json을 종속성으로 추가했기 때문에 UGS에 포함된 dll과 충돌이 날 수 있습니다.&#x20;

이러한 문제를 해결하려면 Y**ourProject/Packages/manifest.json 을** 수동으로 수정하여 중복되는 종속성을 삭제해야 합니다.

## **Missing**

이 경우에는 직접  **yourProject//Packages/manifest.json** 에 패키지를 추가해야합니다. 어렵지 않습니다.

![](/files/-MfDOpZaOr-1kLVpxEa2)
