diff --git a/book/SUMMARY.md b/book/SUMMARY.md index a1540b1..d6239fb 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -2,7 +2,7 @@ * [Unreal Engine 5 Guild Book](README.md) * [default](default/README.md) - * [version](default/00_version.md) + * [asset/plugin](default/00_asset.md) * [start](default/01_start.md) * [install](default/02_install.md) * [tips](default/03_tips.md) @@ -13,10 +13,11 @@ * [モーションキャプチャで動かす](gas/04_vmc.md) * [揺れものを設定する](gas/05_kawaii.md) * [カメラワークの設定する](gas/06_camera.md) + * [アニメーションを作成する](gas/07_anim.md) * [control rig sample](crs/README.md) * [CRでキャラクターを動かす](crs/01_character.md) * [city sample](city/README.md) - * [海の境界を消す](city/01_remove.md) + * [惑星形式のmapを作る](city/01_remove.md) * [json blueprint utilities](json/README.md) * [apiから情報を取得する](json/01_varest.md) * [pixel streaming](pixel/README.md) diff --git a/book/default/00_version.md b/book/default/00_asset.md similarity index 96% rename from book/default/00_version.md rename to book/default/00_asset.md index 405ac75..5d1ab0c 100644 --- a/book/default/00_version.md +++ b/book/default/00_asset.md @@ -1,4 +1,4 @@ -# version +# asset/plugin 現在使用しているplugin(プラグイン)やasset(アセット)の`version(バージョン)`を記述します。 @@ -31,7 +31,7 @@ |[superhero flight animations](https://www.fab.com/ja/listings/41185c19-5191-4153-8293-8cc9901efa95)|20241217|空を飛ぶ| |[ultra dynamic sky](https://docs.google.com/document/d/1xAr0Hd3mY7Mp0g0waKLUvJaddUPaVxEeRoEEFXctCE0/)|20250203|空や天候を自動化| |[ocean waves](https://www.unrealengine.com/marketplace/ja/product/ocean-waves)|20240923|惑星の海を作る| -|[magicalanimset](https://www.fab.com/ja/listings/a63386b8-7cad-42cd-8b81-a9de147e1f08)|20241222|アニメーション| +|[magicalanimset](https://www.fab.com/ja/listings/a63386b8-7cad-42cd-8b81-a9de147e1f08)|20241222|少女の戦闘アニメーション| ## link diff --git a/book/gas/07_anim.md b/book/gas/07_anim.md new file mode 100644 index 0000000..f41eb01 --- /dev/null +++ b/book/gas/07_anim.md @@ -0,0 +1,11 @@ +# アニメーションを作成適用する + +control rigからも作成できます。しかし、購入したものを使うのが一番です。 + +無料でやるなら`.fbx`, `.vrma`などから作成します。 + +- https://www.mixamo.com/ +- https://booth.pm/ja/items/5512385 +- https://github.com/BandaiNamcoResearchInc/Bandai-Namco-Research-Motiondataset + + diff --git a/book/plan/README.md b/book/plan/README.md index fdc0a13..64b424a 100644 --- a/book/plan/README.md +++ b/book/plan/README.md @@ -6,4 +6,3 @@ |[ultra dynamic sky](https://docs.google.com/document/d/1xAr0Hd3mY7Mp0g0waKLUvJaddUPaVxEeRoEEFXctCE0/)|20250203|空や天候を自動化| |[ocean waves](https://www.unrealengine.com/marketplace/ja/product/ocean-waves)|20241217|惑星の海を作る| -