# Disable Assembly Validation

If you ever get an error that looks like this, disable the Assemble Version Validation in `Project Settings` > `Player` > `Other Settings`.

{% code overflow="wrap" %}

```
Assembly 'Assets/Convai/Plugins/Grpc.Core.Api/lib/net45/Grpc.Core.Api.dll' will not be loaded due to errors: 
Grpc.Core.Api references strong named System.Memory Assembly references: 4.0.1.1 Found in project: 4.0.1.2.
```

{% endcode %}

Ensure that Assembly Validation is disabled in `Project Settings` > `Player` > `Other Settings`.

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

Restart the Unity project after unchecking the box should fix the issue.


---

# 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://docs.convai.com/api-docs/plugins-and-integrations/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.
