> 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/building-for-supported-platforms/convai-xr/building-for-vr/vr-manual-installation.md).

# VR 手动安装

## 手动安装步骤

{% hint style="success" %}
此安装方法非常适合正在处理现有项目并希望自定义设置的用户。它支持与各种其他 SDK 兼容，使您能够将 Convai 无缝集成到当前工作流程中，而不受使用第三方 SDK 的限制。
{% endhint %}

### 步骤 1

在顶部菜单中，点击 **Convai**。然后，选择 **自定义包安装器**.

<figure><img src="/files/a2fc57e58bcb14127e6fbcc2c326ff29acd79b7c" alt=""><figcaption></figcaption></figure>

### 步骤 2

在出现的 Convai 面板中，点击 **包管理** 然后选择 **安装 VR 包**.

<figure><img src="/files/13679cfe86b3a288763d24de00a2c3b45cd95dec" alt=""><figcaption></figcaption></figure>

### 步骤 3

将会出现一个新窗口，提示您选择安装类型。对于本文档，我们将继续进行 **手动安装**.

<figure><img src="/files/4bbdfa9ddfad45373b35d3fc3d35771f7f5bded7" alt=""><figcaption></figcaption></figure>

### 步骤 4

安装将开始。由于只会安装 ConvaiXR 包，因此此过程会很快完成。

<figure><img src="/files/14b69a731fadb24dca95ead3b4ecf8fb23ca0f36" alt=""><figcaption></figcaption></figure>

### 步骤 5

安装完成后， **Convai Essentials - XR 预制体** 将被添加到您的场景中。

这是 Convai 在您的场景中运行所需的唯一 GameObject。

<div data-full-width="false"><figure><img src="/files/38873a9e351a3879eb1fc9d201b620100512fe58" alt=""><figcaption></figcaption></figure></div>

### 步骤 6

导入的文件可在以下位置找到 **Assets > Convai > ConvaiXR**.

<figure><img src="/files/6d94f21e2c77e4f47e7240de93d974b8de530948" alt=""><figcaption></figcaption></figure>

### 步骤 7

最后一步是将您的角色导入场景中。

如果您需要这方面的指导，请参考相关文档 [这里](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/unity-importing-ready-player-me-rpm-characters.md).

一切现在都已设置完成！ :tada::sunglasses:

{% hint style="info" %}
要在您的场景中启用 Convai，只需添加 **Convai Essentials - XR 预制体**.

第三方 SDK 没有限制，因此您可以自由选择任何您喜欢的 XR SDK 与 Convai 一起使用。
{% endhint %}

{% hint style="warning" %}
请按照 [此处](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/building-for-supported-platforms/convai-xr/interacting-with-xr-ui-elements.md) 文档来与 Convai 的设置面板交互。
{% endhint %}


---

# 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/building-for-supported-platforms/convai-xr/building-for-vr/vr-manual-installation.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.
