This commit is contained in:
syui 2025-02-08 06:53:38 +09:00
parent 011e2c7bc2
commit d8acd93db1
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
4 changed files with 16 additions and 5 deletions

View File

@ -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)

View File

@ -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

11
book/gas/07_anim.md Normal file
View File

@ -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

View File

@ -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|惑星の海を作る|