> For the complete documentation index, see [llms.txt](https://udcap-vr-gloves-document.gitbook.io/udcap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udcap-vr-gloves-document.gitbook.io/udcap/ja/sf/vrcs.md).

# VRChatの设定

VRChat 設定\
VRChat → 設定 → コントロール → 「アバターにフィンガートラッキングを使う」をオンにしてください。

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

\
VRChat → 設定 → アバター → 一般設定 → 「アバターのジェスチャー」をオフにしてください。

<figure><img src="/files/5Z4pe2pPf4eGfHNVKWKR" alt=""><figcaption></figcaption></figure>

**グローブ各ボタンのマッピング**

<table data-full-width="false"><thead><tr><th valign="middle">手</th><th>ボタン</th><th>説明</th></tr></thead><tbody><tr><td valign="middle"><sub>右手</sub></td><td><sub>Aボタン</sub></td><td><sub>ジャンプ</sub></td></tr><tr><td valign="middle"></td><td><sub>Bボタン</sub></td><td><sub>メニューを開き</sub></td></tr><tr><td valign="middle"></td><td><sub>Bボタン長押し</sub></td><td><sub>クィックメニューを開き</sub></td></tr><tr><td valign="middle"></td><td><sub>ジョイスティック</sub></td><td><sub>視角の調整</sub></td></tr><tr><td valign="middle"><sub>左手</sub></td><td><sub>Aボタン</sub></td><td><sub>音声オン/オフ</sub></td></tr><tr><td valign="middle"></td><td><sub>Bボタン</sub></td><td><sub>メニューを開き</sub></td></tr><tr><td valign="middle"></td><td><sub>Bボタン長押し</sub></td><td><sub>クィックメニューを開き</sub></td></tr><tr><td valign="middle"></td><td><sub>ジョイスティック</sub></td><td><sub>移動</sub></td></tr></tbody></table>

{% hint style="warning" %}
注記：\
※アバタージェスチャーの設定変更は以下の影響を与える可能性があります

有効化時の注意：\
・一部アバターで動作の重さや不自然なアニメーションが発生する場合があります\
・基本的にはオフの設定を推奨します（デフォルト設定を維持）

無効化時の影響：\
・特定アバターの拡張機能連携が不能になる場合があります\
・対応方法：該当アバターをUnity Editorで設定修正が必要です
{% endhint %}

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


---

# 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, and the optional `goal` query parameter:

```
GET https://udcap-vr-gloves-document.gitbook.io/udcap/ja/sf/vrcs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
