# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shlifedev.gitbook.io/unitygooglesheets/trouble-shooting/newtonsoft-json-errors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
