UniVRM-{version}
@@ -186,5 +203,6 @@ if __name__ == '__main__':
-''',
- encoding='utf-8')
+""",
+ encoding="utf-8",
+ )
diff --git a/docs/release_template.md b/docs/release_template.md
index 8325fcf92..b6a5df460 100644
--- a/docs/release_template.md
+++ b/docs/release_template.md
@@ -1,7 +1,7 @@
## Release Notes
-- [日本語](https://vrm-c.github.io/UniVRM/ja/release/100/v{version}.html)
-- [English](https://vrm-c.github.io/UniVRM/en/release/100/v{version}.html)
+- [日本語](https://vrm-c.github.io/UniVRM/ja/release/100/v${version}.html)
+- [English](https://vrm-c.github.io/UniVRM/en/release/100/v${version}.html)
## Installation
@@ -12,7 +12,7 @@ You can install UniVRM using the UnityPackage or the UPM Package.
### VRM 1.0 Import/Export
- via UnityPackage
- - **Download [VRM-{version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v{version}/VRM-{version_hash}.unitypackage)**
+ - **Download [VRM-${version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v${version}/VRM-${version_hash}.unitypackage)**
- via UPM Package
- `com.vrmc.vrmshaders`
@@ -22,7 +22,7 @@ You can install UniVRM using the UnityPackage or the UPM Package.
### VRM 0.x Import/Export
- via UnityPackage
- - **Download [UniVRM-{version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v{version}/UniVRM-{version_hash}.unitypackage)**
+ - **Download [UniVRM-${version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v${version}/UniVRM-${version_hash}.unitypackage)**
- via UPM Package
- `com.vrmc.vrmshaders`
@@ -34,12 +34,12 @@ You can install these UPM packages via Package Manager in UnityEditor.
- `Window` -> `Package Manager` -> `+` -> `Add package from git URL...`
-| UPM package | git URL |
-| :------------------ | :--------------------------------------------------------------------- |
-| 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 package | git URL |
+|:--------------------|:------------------------------------------------------------------------|
+| 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} |
You can also install via editing `Packages/manifest.json` directly.
@@ -48,10 +48,10 @@ You can also install via editing `Packages/manifest.json` directly.
{
"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}",
+ "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}",
// ...
}
}
@@ -61,9 +61,9 @@ You can also install via editing `Packages/manifest.json` directly.
### Samples
- via UnityPackage
- VRM 1.0 Development Samples
- - [VRM_Samples-{version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v{version}/VRM_Samples-{version_hash}.unitypackage)
+ - [VRM_Samples-${version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v${version}/VRM_Samples-${version_hash}.unitypackage)
- VRM 0.x Development Samples
- - [UniVRM_Samples-{version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v{version}/UniVRM_Samples-{version_hash}.unitypackage)
+ - [UniVRM_Samples-${version_hash}.unitypackage](https://github.com/vrm-c/UniVRM/releases/download/v${version}/UniVRM_Samples-${version_hash}.unitypackage)
- via UPM Package
- You can find `Samples` in the Package Manager and then submit `Import` button.
- `Window` -> `Package Manager` -> `Packages: In Project` -> `VRM-1.0` or `VRM`