> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/troubleshooting-guide/enabled-assembly-validation.md).

# 禁用程序集验证

如果你遇到类似这样的错误，请在以下位置禁用程序集版本验证： `项目设置` > `玩家` > `其他设置`.

{% code overflow="wrap" %}

```
由于错误，程序集 'Assets/Convai/Plugins/Grpc.Core.Api/lib/net45/Grpc.Core.Api.dll' 将不会被加载： 
Grpc.Core.Api 引用了强命名的 System.Memory 程序集引用：4.0.1.1，项目中找到的是：4.0.1.2。
```

{% endcode %}

确保在以下位置已禁用程序集验证： `项目设置` > `玩家` > `其他设置`.

<figure><img src="https://docs.inworld.ai/assets/images/AssemblyValidate-dc01f14967253df8fc95c74a92a43f12.png" alt=""><figcaption></figcaption></figure>

取消勾选该复选框后重启 Unity 项目应该可以解决此问题。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/troubleshooting-guide/enabled-assembly-validation.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.
