-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1335 from anatawa12/docs
Docs
- Loading branch information
Showing
22 changed files
with
125 additions
and
68 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
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
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
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ title: コンポーネントにAvatar Optimizerとの互換性をもたせる | |
- コンポーネントはどのような場合にAvatar Optimizerと非互換になるか | ||
- どのように互換性を改善するか | ||
|
||
もし質問があれば、お気軽に[fediverseで`@[email protected]`][fediverse]にご連絡ください。 | ||
もし質問があれば、お気軽に[Fediverse (Misskey / Mastodon)][fediverse]や[NDMF Discord]でご連絡ください。 | ||
|
||
## コンポーネントはどのような場合にAvatar Optimizerと非互換になるか {#when-incompatible} | ||
|
||
|
@@ -143,3 +143,5 @@ Avatar Optimizerは他の非破壊改変ツールとの互換性を確保する | |
[NDMF]: https://ndmf.nadena.dev/ | ||
[modular-avatar]: https://modular-avatar.nadena.dev/ | ||
[Version Defines]: https://docs.unity3d.com/2019.4/Documentation/Manual/ScriptCompilationAssemblyDefinitionFiles.html#define-symbols | ||
[Asset Description]: ../asset-description | ||
[NDMF Discord]: https://discord.gg/dV4cVpewmM |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ This page describes the following two things. | |
- When can components be incompatible with Avatar Optimizer? | ||
- How to improve the compatibility? | ||
|
||
If you have some question, please feel free to ask [`@[email protected]` on fediverse][fediverse]. | ||
If you have some question, please feel free to ask on [Fediverse (Misskey / Mastodon)][fediverse] or [NDMF Discord]. | ||
|
||
## When can components be incompatible with Avatar Optimizer? {#when-incompatible} | ||
|
||
|
@@ -74,8 +74,6 @@ To improve the compatibility, you may implement one of the following methods. | |
|
||
Avatar Optimizer internally uses this method to keep compatibility with well-known edit-mode tools. | ||
|
||
[Asset Description]: ../asset-description | ||
|
||
### Removing your components {#remove-component} | ||
|
||
There are several ways to process and remove your components from avatar before Avatar Optimizer processes on build. You can use [`DestroyImmediate`][DestroyImmediate] method for removing your components. | ||
|
@@ -154,3 +152,5 @@ with many non-destructive tools based on NDMF. | |
[NDMF]: https://ndmf.nadena.dev/ | ||
[modular-avatar]: https://modular-avatar.nadena.dev/ | ||
[Version Defines]: https://docs.unity3d.com/2019.4/Documentation/Manual/ScriptCompilationAssemblyDefinitionFiles.html#define-symbols | ||
[Asset Description]: ../asset-description | ||
[NDMF Discord]: https://discord.gg/dV4cVpewmM |
Oops, something went wrong.