generated from vrchat-community/template-package
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite Getting Started doc, split component list
- Loading branch information
1 parent
d0a6ea8
commit bb68266
Showing
7 changed files
with
141 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Getting Started | ||
description: How to get started with Make It MMD for VRChat avatars | ||
--- | ||
|
||
import { Aside, Tabs, TabItem, Steps, LinkButton } from '@astrojs/starlight/components'; | ||
|
||
Make It MMD helps set up your VRChat avatars for MMD worlds, based on their existing facial expressions. | ||
|
||
- 🌟 It's **non-destructive**. It runs only when you build your avatar, so its original data is never modified. | ||
- ✏️ Settings are **editable any time**. We never bake your settings into your avatar's mesh, so you don't have to start again from scratch. | ||
- 🤖 Scans and auto-fixes for **common issues**. We take care of Write Default and face mesh renaming for you. Of course, your animator controllers are handled non-destructively. | ||
- 💌 Plus **import and export** tools. If you've used a destructive tool before, you can bring in your existing data (only 1:1 blend shape copies supported). And export only shares the expressions chosen, no need to worry about sharing your avatar's mesh data. | ||
|
||
## Installation | ||
|
||
<Tabs> | ||
|
||
<TabItem label="VCC"> | ||
|
||
Installation via VRChat Creator Companion is recommended. | ||
|
||
<Steps> | ||
|
||
1. Click the below link to add our repository to your VRChat Creator Companion. | ||
|
||
<LinkButton href="vcc://vpm/addRepo?url=https://enitimeago.github.io/vpm-repos/index.json">Add to VCC</LinkButton> | ||
|
||
You'll need to select "I Understand, Add Repository" for it to complete. | ||
|
||
2. Next, navigate to the project you wish to install to. | ||
|
||
3. In the packages list, click the `+` on the far-right side where "Make It MMD" is listed. | ||
|
||
</Steps> | ||
|
||
</TabItem> | ||
|
||
<TabItem label="Other"> | ||
|
||
Alternatively, .unitypackage files can be downloaded from the official GitHub repository. | ||
|
||
<Aside type="caution" title="Caution">Updating requires manually downloading the latest release every time, so this is not recommended.</Aside> | ||
|
||
<Steps> | ||
|
||
1. Download the newest .unitypackage from the official GitHub repository's [Releases](https://github.com/enitimeago/make-it-mmd/releases) page. | ||
|
||
2. In Unity, open the project you'd like to install to. | ||
|
||
3. Open the downloaded .unitypackage, or drag & drop it to the Unity window to install. | ||
|
||
</Steps> | ||
|
||
</TabItem> | ||
|
||
</Tabs> |
10 changes: 1 addition & 9 deletions
10
...content/docs/en/guides/getting-started.md → .../docs/en/reference/component-reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: はじめに | ||
description: VRChatアバター用ツールMake It MMDのセットアップガイド | ||
--- | ||
|
||
import { Aside, Tabs, TabItem, Steps, LinkButton } from '@astrojs/starlight/components'; | ||
|
||
Make It MMDは、VRChatアバターの既存の表情からMMDシェイプキーを**生成すること**を始め、さまざまな**自動修正**を提供するMMDワールドに対応させるツールです。 | ||
|
||
- 🌟 **安全な適応**:アバターの元のデータ(メッシュ、アニメーションコントローラーなど)を上書きせずに処理を行います。 | ||
- ✏️ **簡単な表情変更**:表情設定エディターでいつでも選択した表情を変更できます。 | ||
- 🤖 **一般問題のスキャンと自動修正**:Write Defaultやフェイスメッシュの名前変更を自動で処理します。アニメーターコントローラーも非破壊的に処理されます。 | ||
- 💌 **インポートとエクスポート機能**:以前に破壊的なツールを使用した場合でも、既存のMMDシェイプキーが元のアバターのシェイプキーと同等している場合は取り込むことができます。エクスポートでは選択された表情のみが共有され、アバターのメッシュデータを共有する恐れがありません。 | ||
|
||
## インストールの方法 | ||
|
||
いくつかのインストールの方法があります。以下の種類からどちらでも可能です。 | ||
|
||
<Tabs> | ||
|
||
<TabItem label="VCC"> | ||
|
||
VRChat Creator Companionでインストールすると、最新バージョンが自動にインストールします。 | ||
|
||
<Steps> | ||
|
||
1. 下のボタンをクリックしてVRChat Creator Companionのリポジトリ登録の画面が開きます。 | ||
|
||
<LinkButton href="vcc://vpm/addRepo?url=https://enitimeago.github.io/vpm-repos/index.json">VCCに追加</LinkButton> | ||
|
||
画面の「I Understand, Add Repository」をクリックすると、登録が完了します。 | ||
|
||
2. リポジトリ登録後、導入先のプロジェクトの管理画面を開きます。 | ||
|
||
3. パッケージ一覧に「Make It MMD」の右端の`+`ボタンをクリックしてインストールが完了します。 | ||
|
||
</Steps> | ||
|
||
</TabItem> | ||
|
||
<TabItem label="BOOTH"> | ||
|
||
BOOTHで配布している.unitypackageは、自動に最新バージョンをダウンロードとインストールを行います。 | ||
したがって、この.unitypackageを使う場合はインターネット回線が必要です。 | ||
|
||
1. 下のボタンをクリックしてBOOTHのページからダウンロードできます。 | ||
|
||
<LinkButton href="https://eni.booth.pm/items/5530958">BOOTHで無料ダウンロード</LinkButton> | ||
|
||
2. Unityで導入したいプロジェクトを開きます。 | ||
|
||
3. ダウンロードした.zipファイルを展開し、入っている.unitypackageを開き、または.unitypackageをUnityのウィンドウにドラッグ&ドロップすることでインポートできます。 | ||
|
||
</TabItem> | ||
|
||
<TabItem label="その他"> | ||
|
||
オフラインでも使える.unitypackageが公式GitHubで配布しています。 | ||
|
||
<Aside type="caution" title="注意">アップデートたびにダReleasesページから再ダウンロードする必要があるため非推奨です。</Aside> | ||
|
||
1. 公式GitHubリポジトリの[Releases](https://github.com/enitimeago/make-it-mmd/releases)ページで最新の.unitypackageをダウンロードできます。 | ||
|
||
2. Unityで導入したいプロジェクトを開きます。 | ||
|
||
3. .unitypackageを開き、または.unitypackageをUnityのウィンドウにドラッグ&ドロップすることでインポートできます。 | ||
|
||
</TabItem> | ||
|
||
</Tabs> |
12 changes: 1 addition & 11 deletions
12
...content/docs/ja/guides/getting-started.md → .../docs/ja/reference/component-reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.