UniVRM/docs/release_template.md
2022-10-27 18:02:23 +09:00

2.8 KiB

Download

ReleaseNote

other unitypackage

1.0 development (1.0 開発ドキュメント)

UPM

UPM package rename UPM url
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version}
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v{version}
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v{version}
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version}
// manifest.json
{{
  "dependencies": {{
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version}",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v{version}",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v{version}",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version}",
    ///
  }}
}}

UPM packages and folders and unitypackage

UPM package folder unitypackage note
com.vrmc.vrmshaders Assets/VRMShaders UniVRM-XXX, VRM-XXX 0.x and 1.0 shared
com.vrmc.gltf Assets/UniGLTF UniVRM-XXX, VRM-XXX 0.x and 1.0 shared
com.vrmc.univrm Assets/VRM UniVRM-XXX import/export 0.x
com.vrmc.vrm Assets/VRM10 VRM-XXX import/export 1.0 and import 0.x