mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-20 14:07:25 -05:00
#711 UniGLTFのバージョン番号は、 UniVRMのバージョン番号から機械的に決めることにします。 更新の有無でそれぞれバージョンアップの有無を管理すると煩雑になるためです。 major: 2 minor: UniVRM.minor - 64 patch: UniVRM.patch UniGLTF のバージョンを UniVRMのバージョンに揃えたいのですが、 先に `1.27` というバージョンを持っていて巻き戻るので、とりあえず `2.0` に上げていてやむを得ない状態に。 |
||
|---|---|---|
| .. | ||
| Documentation | ||
| Editor | ||
| Resources | ||
| Runtime | ||
| Tests | ||
| CHANGELOG.md | ||
| CHANGELOG.md.meta | ||
| Documentation.meta | ||
| Editor.meta | ||
| LICENSE.md | ||
| LICENSE.md.meta | ||
| package.json | ||
| package.json.meta | ||
| README.md | ||
| README.md.meta | ||
| README.url | ||
| README.url.meta | ||
| Resources.meta | ||
| Runtime.meta | ||
| Tests.meta | ||
VRM
The core library for UniVRM-0.XX.
Import VRM (Unity 2019.3.4f1~)
Window -> Package Manager -> Add package from git URL and add the followings in order:
https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShadershttps://github.com/vrm-c/UniVRM.git?path=/Assets/VRM=> depends on VRMShaders
or add the package name and git URL in Packages/manifest.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",
}
}