jp.ikep.holistic-motion-capture
Version:
Motion capture for avatar holistic body with only a camera.
22 lines (15 loc) • 594 B
Markdown
The core library for UniVRM-0.XX.
`Window` -> `Package Manager` -> `Add package from git URL` and add the followings in order:
* `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders`
* `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM` => depends on VRMShaders
or add the package name and git URL in `Packages/manifest.json`:
```json
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM",
}
}
```