@@ -22,11 +22,15 @@ You can install these UPM packages via Package Manager in UnityEditor.
2222- Click ` + ` at the top-right of the package manager window, then select ` Add package from git URL... `
2323- Specify UPM packages using URLs below.
2424
25+ > [ !Warning]
26+ > Starting with version ` v0.131.0 ` , Assets/UniGLTF, VRM, and VRM10 have been moved to the ` Packages ` folder.
27+ > Therefore, please specify ` path=/Packages/UniGLTF ` , ` path=/Packages/VRM ` , or ` path=/Packages/VRM10 ` .
28+
2529| UPM package | git URL |
2630| :-----------------------------| :------------------------------------------------------------------------|
27- | com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets /UniGLTF#v${version} |
28- | com.vrmc.univrm (VRM 0.x) | https://github.com/vrm-c/UniVRM.git?path=/Assets /VRM#v${version} |
29- | com.vrmc.vrm (VRM 1.0) | https://github.com/vrm-c/UniVRM.git?path=/Assets /VRM10#v${version} |
31+ | com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Packages /UniGLTF#v${version} |
32+ | com.vrmc.univrm (VRM 0.x) | https://github.com/vrm-c/UniVRM.git?path=/Packages /VRM#v${version} |
33+ | com.vrmc.vrm (VRM 1.0) | https://github.com/vrm-c/UniVRM.git?path=/Packages /VRM10#v${version} |
3034
3135You can also install via editing ` Packages/manifest.json ` directly.
3236
@@ -35,9 +39,9 @@ You can also install via editing `Packages/manifest.json` directly.
3539{
3640 " dependencies" : {
3741 // ...
38- " com.vrmc.gltf" : " https://github.com/vrm-c/UniVRM.git?path=/Assets /UniGLTF#v${version}" ,
39- " com.vrmc.univrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets /VRM#v${version}" ,
40- " com.vrmc.vrm" : " https://github.com/vrm-c/UniVRM.git?path=/Assets /VRM10#v${version}" ,
42+ " com.vrmc.gltf" : " https://github.com/vrm-c/UniVRM.git?path=/Packages /UniGLTF#v${version}" ,
43+ " com.vrmc.univrm" : " https://github.com/vrm-c/UniVRM.git?path=/Packages /VRM#v${version}" ,
44+ " com.vrmc.vrm" : " https://github.com/vrm-c/UniVRM.git?path=/Packages /VRM10#v${version}" ,
4145 // ...
4246 }
4347}
0 commit comments