Skip to content

Commit ee8133b

Browse files
authored
Merge pull request #1163 from anatawa12/add-non-destructive-to-basic-consept
docs: mention non-destructive in basic-concept
2 parents f4dc1fc + e62a490 commit ee8133b

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

.docs/content/docs/basic-concept/index.ja.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ title: "基本コンセプト"
99

1010
## Avatar Optimizerとは? {#what-is-avatar-optimizer}
1111

12-
Avatar Optimizerは、アバターを最適化するためのツールです
12+
Avatar Optimizerは、アバターを非破壊的に最適化するためのツールです
1313
このツールはVRChatアバター向けに設計されていましたが、[NDMF]でサポートされている他のプラットフォームのアバターにも使用できるかもしれません。
1414

15-
VRChat以外のプラットフォームのアバターに対するサポートは完全にコミュニティベースであり、Avatar Optimizerの開発チームにはサポートされない場合があります。
15+
(Avatar Optimizerにおいて、)「非破壊的」とは以下のことを指します。
16+
- Avatar Optimizerを使用するためにプレハブを展開(unpack)する必要がないこと。
17+
- Avatar Optimizerを使用するために必要なことは、コンポーネントを追加することだけです。
18+
- Avatar Optimizerはプロジェクトに保存されているアバターに一切影響を与えず、ビルド中に生成されるアバターデータの一時コピーにのみ影響すること。
19+
20+
なお、VRChat以外のプラットフォームのアバターに対するサポートは主にコミュニティベースであり、Avatar Optimizerの開発チームにはサポートされない場合があります。
1621

1722
## Avatar Optimizerの目的は何ですか? {#what-is-the-goal-of-avatar-optimizer}
1823

19-
このツールは、アバターの見た目を殆ど変化させることなく、簡単にアバターのパフォーマンスを最適化できるようにすることを目的として設計されています
24+
このツールは、アバターの見た目を殆ど変化させることなく、アバターのパフォーマンスを非破壊的に最適化できるようにすることを目的として設計されています
2025
そのため、このツールでアバターの振る舞いを変更することは意図していません。
2126

2227
意図していない動作によるアバターの振る舞いの変更は、一部のユースケースで有用かもしれませんが、バグとして扱われます。\

.docs/content/docs/basic-concept/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,21 @@ This page describes the basic concepts of Avatar Optimizer.
99

1010
## What is Avatar Optimizer? {#what-is-avatar-optimizer}
1111

12-
Avatar Optimizer is a tool that helps you optimize your avatar.
12+
Avatar Optimizer is a non-destructive tool that helps you optimize your avatar.
1313
This tool is initially designed for VRChat avatars, but it might be usable for other Avatars supported by [NDMF].
1414

15-
Non-VRChat avatar support is completely community-based and may not be supported by the Avatar Optimizer dev team.
15+
Non-destructive means (in Avatar Optimizer):
16+
- You don't have to unpack your prefab to apply Avatar Optimizer.
17+
- What you have to do is adding component.
18+
- Avatar Optimizer doesn't affects avatar saved in your project, only affects temporal copy of avatar for building.
19+
20+
Please note that non-VRChat avatar support is generally community-based and may not be supported by the Avatar Optimizer dev team.
21+
1622

1723
## What is the goal of Avatar Optimizer? {#what-is-the-goal-of-avatar-optimizer}
1824

19-
This tool is designed to help you optimize your avatar in performance without affecting the appearance so much.\
20-
Therefore, it is not intended to make changes of the avatar behavior.
25+
The main goal of this tool is to help you optimize your avatar in performance without affecting the appearance so much, in non-destructive way.\
26+
This tool is not designed to make changes of the avatar behavior.
2127

2228
All non-configured changes in the avatar behavior is treated as a bug, even if it might be useful in some use cases.\
2329
In some cases, we may put off the bug since it does not affect so much for most use cases.\

0 commit comments

Comments
 (0)