vrm-c / UniVRM

UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
https://vrm.dev/en
MIT License
2.58k stars 418 forks source link

ExportRoot cannot be animated #2381

Open knottttt opened 1 month ago

knottttt commented 1 month ago

Environments (please complete the following information):

Describe the bug

Here is the asset, unzip it under Asset. Bull.zip

I need to export this asset with animation clips by GLTF format, no idea what makes it cannot be export. Snipaste_2024-07-25_13-51-32

ousttrue commented 3 weeks ago

The reason why the root animation is not recorded is that the root is not exported as a node.

However, for glb exports only, you can add the ability to export root as a node.

2407