mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-06 05:44:54 +08:00
More documentation adjustments
This commit is contained in:
parent
e8dd251edf
commit
5c17d48694
@ -3,6 +3,8 @@ sidebar_position: 2
|
||||
sidebar_label: Configuring a complex (cloth) outfit
|
||||
---
|
||||
|
||||
# Configuring a complex (cloth) outfit
|
||||
|
||||
In some cases the automatic setup is not quite enough to set up a complex outfit.
|
||||
Let's look at Lachexia's [Dress Lumi](https://lachexia.booth.pm/items/3763311) as an example.
|
||||
|
||||
|
@ -7,5 +7,5 @@ sidebar_label: Tutorials
|
||||
|
||||
Here are some step-by-step guides on how to set up things using Modular Avatar.
|
||||
|
||||
* [Configuring a simple outfit](clothing) - in most cases, you can set up an outfit with just a few clicks. Check out this tutorial for details.
|
||||
* [Configuring a complex (cloth) outfit](adv_clothing) - this tutorial shows an example of an outfit that requires just a little bit more setup
|
||||
* [Configuring a simple outfit](clothing/) - in most cases, you can set up an outfit with just a few clicks. Check out this tutorial for details.
|
||||
* [Configuring a complex (cloth) outfit](adv_clothing/) - this tutorial shows an example of an outfit that requires just a little bit more setup
|
@ -283,5 +283,8 @@
|
||||
},
|
||||
"Embed modular avatar components in your prefabs to make installation a breeze!": {
|
||||
"message": "モジュラーアバターの設定を予めアセットに埋め込めば導入が楽ちん!"
|
||||
},
|
||||
"Tutorials": {
|
||||
"message": "チュートリアル"
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,8 @@ sidebar_position: 2
|
||||
sidebar_label: 複雑なCloth衣装セットアップ
|
||||
---
|
||||
|
||||
# 複雑なCloth衣装セットアップ
|
||||
|
||||
自動セットアップでは対処しきれない衣装もあります。ラケシアさんの[ドレス・ルミー](https://lachexia.booth.pm/items/3763311)
|
||||
を例に見てみましょう。
|
||||
|
||||
|
@ -7,5 +7,5 @@ sidebar_label: かんたんな使い方
|
||||
|
||||
Modular Avatarを使ったセットアップ方法を紹介するチュートリアルがいくつかあります。
|
||||
|
||||
* [簡単な衣装セットアップ](clothing) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
|
||||
* [複雑なCloth衣装セットアップ](adv_clothing) - もう少しだけセットアップが必要になる、複雑な衣装の例です。
|
||||
* [簡単な衣装セットアップ](clothing/) - 多くの場合は衣装を数クリックだけでセットアップできます。このチュートリアルで詳細をチェック!
|
||||
* [複雑なCloth衣装セットアップ](adv_clothing/) - もう少しだけセットアップが必要になる、複雑な衣装の例です。
|
@ -38,6 +38,11 @@ function HomepageHeader() {
|
||||
to="https://github.com/bdunderscore/modular-avatar/releases">
|
||||
<Translate>Download</Translate>
|
||||
</Link>
|
||||
<Link
|
||||
className={`button button--secondary button--lg ${styles.button}`}
|
||||
to="/docs/tutorials">
|
||||
<Translate>Tutorials</Translate>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user