mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-27 12:54:56 -05:00
* Assets/UniHumanoid/Scripts => Assets/UniGLTF/Runtime/Humanoid * Assets/UniHumanoid/Editor => Assets/UniGLTF/Editor/Humanoid * Assets/UniHumanoid/Editor/Tests => Assets/UniGLTF/Tests/Humanoid * => docs/unihumanoid/index.md
23 lines
457 B
Markdown
23 lines
457 B
Markdown
# UniVRM Programming Document
|
|
|
|
これは、[UniVRM](https://github.com/vrm-c/UniVRM) の開発ドキュメントです。
|
|
UnityでVRMをエクスポートする方法などについては [manual](https://vrm.dev/docs/univrm/) を参照してください。
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
build
|
|
implementation/index
|
|
gltf/index
|
|
unihumanoid/index
|
|
vrm0/index
|
|
vrm1/index
|
|
release/index
|
|
```
|
|
|
|
# Indices and tables
|
|
|
|
* {ref}`genindex`
|
|
* {ref}`modindex`
|
|
* {ref}`search`
|