mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-09 23:34:56 +08:00
docs: promote VCC installation to recommended
This commit is contained in:
parent
cc1d11a06c
commit
c9438ace31
@ -5,27 +5,6 @@ sidebar_label: FAQ
|
|||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
## Can Modular Avatar be installed using the VCC?
|
|
||||||
|
|
||||||
There is currently experimental support for installing using the VRChat Creator Companion.
|
|
||||||
You will first need to install the [VPM CLI tool](https://vcc.docs.vrchat.com/vpm/cli/), then run the following command:
|
|
||||||
|
|
||||||
```
|
|
||||||
vpm add repo https://vpm.nadena.dev/vpm.json
|
|
||||||
```
|
|
||||||
|
|
||||||
Close the VCC, if it's open already, then reopen it. You should now see a new package repository labeled `bd_` from which you can
|
|
||||||
install and update Modular Avatar.
|
|
||||||
|
|
||||||
To install prerelease versions, use this command instead (or in addition):
|
|
||||||
|
|
||||||
```
|
|
||||||
vpm add repo https://vpm.nadena.dev/vpm-prerelease.json
|
|
||||||
```
|
|
||||||
|
|
||||||
VCC installations will become the recommended method for installing Modular Avatar once the VCC supports adding custom repositories
|
|
||||||
from the GUI.
|
|
||||||
|
|
||||||
## Is it possible to use this to export to other formats, like VRM?
|
## Is it possible to use this to export to other formats, like VRM?
|
||||||
|
|
||||||
While Modular Avatar does not automatically apply its transformations when you e.g. export using UniVRM or other similar tools,
|
While Modular Avatar does not automatically apply its transformations when you e.g. export using UniVRM or other similar tools,
|
||||||
|
@ -11,13 +11,33 @@ With Modular Avatar, adding a new outfit or gimmick to your avatar is as easy as
|
|||||||
Modular Avatar's features are packaged as individual components, which can be added as needed. You can opt-in to just the features
|
Modular Avatar's features are packaged as individual components, which can be added as needed. You can opt-in to just the features
|
||||||
you want to use. It can automatically merge outfits onto your avatar, build an animator out of multiple components, and much more.
|
you want to use. It can automatically merge outfits onto your avatar, build an animator out of multiple components, and much more.
|
||||||
|
|
||||||
To install Modular Avatar, download and import the `unitypackage` file from the "Assets" section on [the latest release](https://github.com/bdunderscore/modular-avatar/releases).
|
## Installation
|
||||||
|
|
||||||
Then, check out one of the tutorials below:
|
The recommended way to install Modular Avatar is using the VRChat Creator Companion. After installing the VCC, click here:
|
||||||
|
* [Add Modular Avatar to VCC](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm.json)
|
||||||
|
|
||||||
|
Then, go to "manage project" for your project, and click the + next to Modular Avatar.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
To update to the latest version, just click the green arrow in the "Latest Version" column.
|
||||||
|
|
||||||
|
Once you've installed MA, check out one of the tutorials below:
|
||||||
* [Simple clothing setup](/docs/tutorials/clothing)
|
* [Simple clothing setup](/docs/tutorials/clothing)
|
||||||
* [Advanced clothing setup](/docs/tutorials/adv_clothing)
|
* [Advanced clothing setup](/docs/tutorials/adv_clothing)
|
||||||
* [Toggle an object](/docs/tutorials/object_toggle/)
|
* [Toggle an object](/docs/tutorials/object_toggle/)
|
||||||
|
* [Edit menus](/docs/tutorials/menu/)
|
||||||
|
|
||||||
You can also check out some of the [detailed reference documentation](/docs/reference) on individual components.
|
## Manual installation
|
||||||
|
|
||||||
Finally, if you are developing your own prefabs using Modular Avatar, check out the [page on prefab distribution](/docs/distributing-prefabs).
|
You can also manually install Modular Avatar from unitypackages. The latest packages can be found at the [GitHub releases page](https://github.com/bdunderscore/modular-avatar/releases).
|
||||||
|
Note that in some cases it may be necessary to delete the Modular Avatar folder before upgrading.
|
||||||
|
|
||||||
|
## Prerelease versions
|
||||||
|
|
||||||
|
To make prerelease versions available in the VCC, [click here](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm-prerelease.json)
|
||||||
|
|
||||||
|
The documentation for the prerelease branch can be [found here](https://modular-avatar.nadena.dev/dev).
|
||||||
|
|
||||||
|
Prerelease versions may contain bugs, and/or may have compatibility breaks as development progresses. Please leave
|
||||||
|
feedback and bug reports at the [github issues page](https://github.com/bdunderscore/modular-avatar/issues).
|
BIN
docs/docs/vcc-install.png
Normal file
BIN
docs/docs/vcc-install.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
@ -257,8 +257,8 @@
|
|||||||
"Documentation": {
|
"Documentation": {
|
||||||
"message": "説明書"
|
"message": "説明書"
|
||||||
},
|
},
|
||||||
"Download": {
|
"Download (using VCC)": {
|
||||||
"message": "ダウンロード"
|
"message": "VCCでダウンロード"
|
||||||
},
|
},
|
||||||
"Modular Avatar": {
|
"Modular Avatar": {
|
||||||
"message": "モジュラーアバター"
|
"message": "モジュラーアバター"
|
||||||
|
@ -5,25 +5,6 @@ sidebar_label: FAQ
|
|||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
## VCCを使ってModular Avatarを導入できますか?
|
|
||||||
|
|
||||||
VRChat Creator Companionを使ってModular Avatarをインストールすることに当たって実験的に対応しています。
|
|
||||||
まずは[VPM CLIを導入して](https://vcc.docs.vrchat.com/vpm/cli/)から、以下のコマンドを実行してください。
|
|
||||||
|
|
||||||
```
|
|
||||||
vpm add repo https://vpm.nadena.dev/vpm.json
|
|
||||||
```
|
|
||||||
|
|
||||||
開いていればVCCを一度閉じて、再度開いてください。`bd_`というリポジトリーが追加されて、そこからModular Avatarをインストール・更新できます。
|
|
||||||
|
|
||||||
ベータ版の導入は以下のコマンドを実行してください。
|
|
||||||
|
|
||||||
```
|
|
||||||
vpm add repo https://vpm.nadena.dev/vpm-prerelease.json
|
|
||||||
```
|
|
||||||
|
|
||||||
GUIからカスタムリポジトリを追加する対応がVCCに追加されたら、推奨インストール方法とする予定です。
|
|
||||||
|
|
||||||
## VRMなど、他の形式へのエクスポートでも使えますか?
|
## VRMなど、他の形式へのエクスポートでも使えますか?
|
||||||
|
|
||||||
UniVRMなどを使った場合は自動的に変換しませんが、手動で変換して、それでできた普通のアバターをエクスポートすることがかのうです。
|
UniVRMなどを使った場合は自動的に変換しませんが、手動で変換して、それでできた普通のアバターをエクスポートすることがかのうです。
|
||||||
|
@ -9,13 +9,33 @@ Modular Avatarを使えば、D&Dだけでアバターに新しい衣装やギミ
|
|||||||
|
|
||||||
Modular Avatarの機能はそれぞれコンポーネントとして提供され、必要に応じて必要な機能だけ追加できます。自動的に衣装を統合したり、複数のアセットからアニメーターを構築したり、様々な面で製作を補助します。
|
Modular Avatarの機能はそれぞれコンポーネントとして提供され、必要に応じて必要な機能だけ追加できます。自動的に衣装を統合したり、複数のアセットからアニメーターを構築したり、様々な面で製作を補助します。
|
||||||
|
|
||||||
Modular Avatarをインストールするには、[最新リリース](https://github.com/bdunderscore/modular-avatar/releases)のAssets項目から`unitypackage`ファイルをダウンロードして、インポートしてください。
|
## インストール
|
||||||
|
|
||||||
その後の手順に関しては以下のチュートリアルを見てください
|
VRChat Creator CompanionでModular Avatarをインストールすることをお勧めします。VCCをインストールしたら、こちらをクリックしてください:
|
||||||
* [簡単な衣装セットアップ](/docs/tutorials/clothing)
|
* [Modular AvatarをVCCに追加](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm.json)
|
||||||
* [複雑なCloth衣装セットアップ](/docs/tutorials/adv_clothing)
|
|
||||||
* [オブジェクトを出し入れしよう](/docs/tutorials/object_toggle/)
|
|
||||||
|
|
||||||
コンポーネントごとの[詳細ドキュメンテーション](/docs/reference)もあります。
|
その後、プロジェクトの"manage project"を開き、Modular Avatarの+をクリックしてください。
|
||||||
|
|
||||||
また、Modular Avatarを応用したアセットを開発する場合は、[アセット配布のアドバイス](/docs/distributing-prefabs)もご確認ください。
|

|
||||||
|
|
||||||
|
最新版にアップデートするには、"Latest Version"の緑色の矢印をクリックしてください。
|
||||||
|
|
||||||
|
インストール後は以下のチュートリアルを参照してください。
|
||||||
|
* [簡単な衣装設定](/docs/tutorials/clothing)
|
||||||
|
* [複雑な衣装設定](/docs/tutorials/adv_clothing)
|
||||||
|
* [アニメーターでトグル作成](/docs/tutorials/object_toggle/)
|
||||||
|
* [簡易メニュー作成](/docs/tutorials/menu/)
|
||||||
|
|
||||||
|
## 手動導入
|
||||||
|
|
||||||
|
unitypackageからModular Avatarを手動でインストールすることもできます。最新版のunitypackageは[GitHubリリースページ](https://github.com/bdunderscore/modular-avatar/releases).
|
||||||
|
にあります。アップデートする際には、Modular Avatarフォルダを削除する必要がある場合があります。
|
||||||
|
|
||||||
|
## テスト版
|
||||||
|
|
||||||
|
VCCでテスト版をインストールできるようにするには、[こちらをクリック](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm-prerelease.json)
|
||||||
|
|
||||||
|
テスト版のドキュメントは[こちら](https://modular-avatar.nadena.dev/dev)にあります.
|
||||||
|
|
||||||
|
テスト版は開発中のため、バグがあったり、互換性のない変更を加える可能性があります。
|
||||||
|
バグ報告やフィードバックは[GitHubのissueページ](https://github.com/bdunderscore/modular-avatar/issues)へお願いします。
|
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
@ -35,8 +35,8 @@ function HomepageHeader() {
|
|||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
className={`button button--secondary button--lg ${styles.button}`}
|
className={`button button--secondary button--lg ${styles.button}`}
|
||||||
to="https://github.com/bdunderscore/modular-avatar/releases/latest">
|
to="vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm.json">
|
||||||
<Translate>Download</Translate>
|
<Translate>Download (using VCC)</Translate>
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
className={`button button--secondary button--lg ${styles.button}`}
|
className={`button button--secondary button--lg ${styles.button}`}
|
||||||
|
Loading…
Reference in New Issue
Block a user