diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index d9e6f0c9e..0b8b89a4d 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/release/100/index.doctree b/en/.doctrees/release/100/index.doctree index 90a305bb1..ae422c102 100644 Binary files a/en/.doctrees/release/100/index.doctree and b/en/.doctrees/release/100/index.doctree differ diff --git a/en/.doctrees/release/100/v0.109.0.doctree b/en/.doctrees/release/100/v0.109.0.doctree new file mode 100644 index 000000000..b7a366a18 Binary files /dev/null and b/en/.doctrees/release/100/v0.109.0.doctree differ diff --git a/en/.doctrees/release_template.doctree b/en/.doctrees/release_template.doctree index 7dd4eaf73..e720007a2 100644 Binary files a/en/.doctrees/release_template.doctree and b/en/.doctrees/release_template.doctree differ diff --git a/en/_sources/release/100/v0.109.0.md.txt b/en/_sources/release/100/v0.109.0.md.txt new file mode 100644 index 000000000..0aad93fc6 --- /dev/null +++ b/en/_sources/release/100/v0.109.0.md.txt @@ -0,0 +1,54 @@ +# v0.109.0: experimental VRMC_vrm_animation + +- for Unity-2020.3 or later +- + +## bug fix + +* [[\#2006](https://github.com/vrm-c/UniVRM/pull/2006)] [1.0][meta][import] copyright の import が無い + +## importer +* [[\#1975](https://github.com/vrm-c/UniVRM/pull/1975)] ランタイムロードの非同期アクセスで例外が発生する問題の修正 +* [[\#1964](https://github.com/vrm-c/UniVRM/pull/1964)] Add ITextureDeserializer parameter to high-level load APIs + +## exporter +* [[\#2012](https://github.com/vrm-c/UniVRM/pull/2012)] to warning +* [[\#2009](https://github.com/vrm-c/UniVRM/pull/2009)] ArrayProperty name `Element 0` to `{Array.Name}[0]` +* [[\#1978](https://github.com/vrm-c/UniVRM/pull/1978)] Fix exporter texture leak +* [[\#1955](https://github.com/vrm-c/UniVRM/pull/1955)] Disabled renderers no longer get exported + +## spring bone +* [[\#1976](https://github.com/vrm-c/UniVRM/pull/1976)] Change FastSpringBoneService ExecutionOrder To 11010 +* [[\#1952](https://github.com/vrm-c/UniVRM/pull/1952)] Add limit break sliders to spring bone joint properties + +## experimental VRMC_vrm_animation +* [[\#2000](https://github.com/vrm-c/UniVRM/pull/2000)] [experimental][vrm-animation] vrm animation の試験実装 +* [[\#1996](https://github.com/vrm-c/UniVRM/pull/1996)] ITPoseProvider を縮小。EuclideanTransform 導入 +* [[\#1992](https://github.com/vrm-c/UniVRM/pull/1992)] [sample] VRM10Retarget の実装 +* [[\#1990](https://github.com/vrm-c/UniVRM/pull/1990)] IControlRigGetter と IControlRigSetter を追加 +* [[\#1989](https://github.com/vrm-c/UniVRM/pull/1989)] [API Breaking Change] Vrm10RuntimeControlRig は、正規化されたTPoseを受け取る責務に特化 +* [[\#1988](https://github.com/vrm-c/UniVRM/pull/1988)] ControlRig 関連を浅い階層に移動 +* [[\#1983](https://github.com/vrm-c/UniVRM/pull/1983)] update json schema +* [[\#1970](https://github.com/vrm-c/UniVRM/pull/1970)] Add defines of VRM-1.0 humanoid bone specification +* [[\#1957](https://github.com/vrm-c/UniVRM/pull/1957)] Feature10/openxr fb body tracking + +## sample +* [[\#2015](https://github.com/vrm-c/UniVRM/pull/2015)] copy Samples to Samples~ +* [[\#2014](https://github.com/vrm-c/UniVRM/pull/2014)] [sample] SimpleViewer を修復(BvhImporterContext の挙動変更に追随) +* [[\#2011](https://github.com/vrm-c/UniVRM/pull/2011)] [1.0][sample] add vrm-1.0 runtime export +* [[\#1985](https://github.com/vrm-c/UniVRM/pull/1985)] sampler の bvh load の修正 +* [[\#1962](https://github.com/vrm-c/UniVRM/pull/1962)] [1.0] FirstPerson セットアップ記事の更新 + +## other +* [[\#2013](https://github.com/vrm-c/UniVRM/pull/2013)] UniVRM-0.109.0 +* [[\#2008](https://github.com/vrm-c/UniVRM/pull/2008)] Write about older release versions +* [[\#1993](https://github.com/vrm-c/UniVRM/pull/1993)] Bump markdown-it-py from 2.0.0 to 2.2.0 +* [[\#2004](https://github.com/vrm-c/UniVRM/pull/2004)] Fix for failed tests. +* [[\#2003](https://github.com/vrm-c/UniVRM/pull/2003)] rename VRN10/Tests/Resources -> TestAssets +* [[\#1991](https://github.com/vrm-c/UniVRM/pull/1991)] fix: Fix vrmAssetPostprocessor +* [[\#1986](https://github.com/vrm-c/UniVRM/pull/1986)] Add a LookAtOrigin transform to ControlRig. +* [[\#1984](https://github.com/vrm-c/UniVRM/pull/1984)] Refactoring about Vrm10 LookAtRuntime +* [[\#1979](https://github.com/vrm-c/UniVRM/pull/1979)] PlayMode テストの修正 +* [[\#1953](https://github.com/vrm-c/UniVRM/pull/1953)] Bump certifi from 2021.10.8 to 2022.12.7 +* [[\#1951](https://github.com/vrm-c/UniVRM/pull/1951)] improve release template according to latest Unity +* [[\#1950](https://github.com/vrm-c/UniVRM/pull/1950)] UniVRM-0.108.0 の Release. po の修正 diff --git a/en/_sources/release_template.md.txt b/en/_sources/release_template.md.txt index 8325fcf92..b6a5df460 100644 --- a/en/_sources/release_template.md.txt +++ b/en/_sources/release_template.md.txt @@ -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` diff --git a/en/api/0_106_spring_manual_update.html b/en/api/0_106_spring_manual_update.html index d993e4ebb..ad8017d04 100644 --- a/en/api/0_106_spring_manual_update.html +++ b/en/api/0_106_spring_manual_update.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_36_update.html b/en/api/0_36_update.html index ab8229bd1..749ae869a 100644 --- a/en/api/0_36_update.html +++ b/en/api/0_36_update.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_44_runtime_import.html b/en/api/0_44_runtime_import.html index 6776a2edb..4005ccd86 100644 --- a/en/api/0_44_runtime_import.html +++ b/en/api/0_44_runtime_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_58_blendshape.html b/en/api/0_58_blendshape.html index 138524d02..03016a844 100644 --- a/en/api/0_58_blendshape.html +++ b/en/api/0_58_blendshape.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_68_runtime_import.html b/en/api/0_68_runtime_import.html index b362064b2..44b75c136 100644 --- a/en/api/0_68_runtime_import.html +++ b/en/api/0_68_runtime_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_77_runtime_import.html b/en/api/0_77_runtime_import.html index 34c29b056..40fcdf215 100644 --- a/en/api/0_77_runtime_import.html +++ b/en/api/0_77_runtime_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_79_runtime_import.html b/en/api/0_79_runtime_import.html index b9a5c4395..85cd4c5e1 100644 --- a/en/api/0_79_runtime_import.html +++ b/en/api/0_79_runtime_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_82_glb_import.html b/en/api/0_82_glb_import.html index 1e090f5aa..794300dad 100644 --- a/en/api/0_82_glb_import.html +++ b/en/api/0_82_glb_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_82_runtime_import.html b/en/api/0_82_runtime_import.html index dccc54808..29013a33f 100644 --- a/en/api/0_82_runtime_import.html +++ b/en/api/0_82_runtime_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_87_runtime_import.html b/en/api/0_87_runtime_import.html index 6ec723cb7..4daeb9774 100644 --- a/en/api/0_87_runtime_import.html +++ b/en/api/0_87_runtime_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_95_dispose.html b/en/api/0_95_dispose.html index 3dbcea6d0..3d4d48787 100644 --- a/en/api/0_95_dispose.html +++ b/en/api/0_95_dispose.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_95_highlevel.html b/en/api/0_95_highlevel.html index b747551fe..6e9464d2c 100644 --- a/en/api/0_95_highlevel.html +++ b/en/api/0_95_highlevel.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/0_96_1_use_gamma_colorspace.html b/en/api/0_96_1_use_gamma_colorspace.html index a90c74ed6..39228ec31 100644 --- a/en/api/0_96_1_use_gamma_colorspace.html +++ b/en/api/0_96_1_use_gamma_colorspace.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/fast_spring_bone.html b/en/api/fast_spring_bone.html index dfd78f34d..fbf47cec8 100644 --- a/en/api/fast_spring_bone.html +++ b/en/api/fast_spring_bone.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/firstperson.html b/en/api/firstperson.html index ab0a8ed39..95948038e 100644 --- a/en/api/firstperson.html +++ b/en/api/firstperson.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/how_to_customize_material_import.html b/en/api/how_to_customize_material_import.html index 8cc681aba..abc3f8d7c 100644 --- a/en/api/how_to_customize_material_import.html +++ b/en/api/how_to_customize_material_import.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/how_to_impl_extension.html b/en/api/how_to_impl_extension.html index 2ebc3b855..49bd01011 100644 --- a/en/api/how_to_impl_extension.html +++ b/en/api/how_to_impl_extension.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/index.html b/en/api/index.html index ba449057b..ff90188ee 100644 --- a/en/api/index.html +++ b/en/api/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/sample/AnimationBridgeSample.html b/en/api/sample/AnimationBridgeSample.html index b569712d7..e88eb2f1c 100644 --- a/en/api/sample/AnimationBridgeSample.html +++ b/en/api/sample/AnimationBridgeSample.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/sample/FirstPersonSample.html b/en/api/sample/FirstPersonSample.html index d0cbd663e..e24afee38 100644 --- a/en/api/sample/FirstPersonSample.html +++ b/en/api/sample/FirstPersonSample.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/sample/RuntimeExporterSample.html b/en/api/sample/RuntimeExporterSample.html index 97fa1dc87..cfc8a36dd 100644 --- a/en/api/sample/RuntimeExporterSample.html +++ b/en/api/sample/RuntimeExporterSample.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/sample/SimpleViewer.html b/en/api/sample/SimpleViewer.html index 693d78d87..17e890ee6 100644 --- a/en/api/sample/SimpleViewer.html +++ b/en/api/sample/SimpleViewer.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/api/sample/index.html b/en/api/sample/index.html index d35dfd75c..7708bc5b7 100644 --- a/en/api/sample/index.html +++ b/en/api/sample/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/build.html b/en/build.html index 423118459..7e5a762ac 100644 --- a/en/build.html +++ b/en/build.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/genindex.html b/en/genindex.html index b388e8f3f..20a698c32 100644 --- a/en/genindex.html +++ b/en/genindex.html @@ -293,6 +293,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/coordinate.html b/en/implementation/coordinate.html index 11fc94d90..470b151b6 100644 --- a/en/implementation/coordinate.html +++ b/en/implementation/coordinate.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/first_person.html b/en/implementation/first_person.html index 558eb71fa..6c9e41680 100644 --- a/en/implementation/first_person.html +++ b/en/implementation/first_person.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/format.html b/en/implementation/format.html index 87a874466..d5f9fb520 100644 --- a/en/implementation/format.html +++ b/en/implementation/format.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/index.html b/en/implementation/index.html index 2c2e9bdb0..ce27508f0 100644 --- a/en/implementation/index.html +++ b/en/implementation/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/runtime_resource_management.html b/en/implementation/runtime_resource_management.html index 1829830bf..a786a09cb 100644 --- a/en/implementation/runtime_resource_management.html +++ b/en/implementation/runtime_resource_management.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/scripted_importer.html b/en/implementation/scripted_importer.html index 7bd225760..9b0cb1abd 100644 --- a/en/implementation/scripted_importer.html +++ b/en/implementation/scripted_importer.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/texture_manipulation.html b/en/implementation/texture_manipulation.html index 2e3c1958c..38df94715 100644 --- a/en/implementation/texture_manipulation.html +++ b/en/implementation/texture_manipulation.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/implementation/transparent_zwrite.html b/en/implementation/transparent_zwrite.html index 65e384217..68c681571 100644 --- a/en/implementation/transparent_zwrite.html +++ b/en/implementation/transparent_zwrite.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/index.html b/en/index.html index 2600d2bad..f5998a82e 100644 --- a/en/index.html +++ b/en/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/objects.inv b/en/objects.inv index 4a8ded65a..20c914199 100644 Binary files a/en/objects.inv and b/en/objects.inv differ diff --git a/en/release/055/index.html b/en/release/055/index.html index 3e0c38739..d2e3efd66 100644 --- a/en/release/055/index.html +++ b/en/release/055/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.40.html b/en/release/055/v0.40.html index 13e9da569..39d2098d7 100644 --- a/en/release/055/v0.40.html +++ b/en/release/055/v0.40.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.41.html b/en/release/055/v0.41.html index 2aeb176ff..2ddbf5b6a 100644 --- a/en/release/055/v0.41.html +++ b/en/release/055/v0.41.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.42.html b/en/release/055/v0.42.html index 8b8a6b89c..98392eb47 100644 --- a/en/release/055/v0.42.html +++ b/en/release/055/v0.42.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.43.html b/en/release/055/v0.43.html index 168486c16..8943935d9 100644 --- a/en/release/055/v0.43.html +++ b/en/release/055/v0.43.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.44.html b/en/release/055/v0.44.html index 970bd4eb8..418f181c3 100644 --- a/en/release/055/v0.44.html +++ b/en/release/055/v0.44.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.45.html b/en/release/055/v0.45.html index 583bdd8ea..be99babfc 100644 --- a/en/release/055/v0.45.html +++ b/en/release/055/v0.45.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.46.html b/en/release/055/v0.46.html index 15e974bf8..b40e1a273 100644 --- a/en/release/055/v0.46.html +++ b/en/release/055/v0.46.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.47.html b/en/release/055/v0.47.html index f04f30b51..90f2f06b0 100644 --- a/en/release/055/v0.47.html +++ b/en/release/055/v0.47.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.48.html b/en/release/055/v0.48.html index 7c74fc7be..07bf8eb51 100644 --- a/en/release/055/v0.48.html +++ b/en/release/055/v0.48.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.49.html b/en/release/055/v0.49.html index 13de0e862..a88f506ca 100644 --- a/en/release/055/v0.49.html +++ b/en/release/055/v0.49.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.50.html b/en/release/055/v0.50.html index 958dbd1d8..6382aff93 100644 --- a/en/release/055/v0.50.html +++ b/en/release/055/v0.50.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.51.0.html b/en/release/055/v0.51.0.html index 769f22293..9f9813b9c 100644 --- a/en/release/055/v0.51.0.html +++ b/en/release/055/v0.51.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.52.0.html b/en/release/055/v0.52.0.html index e3c25f6a7..a76324c68 100644 --- a/en/release/055/v0.52.0.html +++ b/en/release/055/v0.52.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.53.0.html b/en/release/055/v0.53.0.html index 854e8d054..6711dc0c2 100644 --- a/en/release/055/v0.53.0.html +++ b/en/release/055/v0.53.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.54.0.html b/en/release/055/v0.54.0.html index 13f429d3d..17c31c15f 100644 --- a/en/release/055/v0.54.0.html +++ b/en/release/055/v0.54.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/055/v0.55.0.html b/en/release/055/v0.55.0.html index 9a6faef50..1edffc591 100644 --- a/en/release/055/v0.55.0.html +++ b/en/release/055/v0.55.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/index.html b/en/release/056/index.html index 2444ccd6f..0dc78d3ea 100644 --- a/en/release/056/index.html +++ b/en/release/056/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.56.0.html b/en/release/056/v0.56.0.html index 92dbeae70..1b8b5335b 100644 --- a/en/release/056/v0.56.0.html +++ b/en/release/056/v0.56.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.57.0.html b/en/release/056/v0.57.0.html index 3595b74f3..160231d6b 100644 --- a/en/release/056/v0.57.0.html +++ b/en/release/056/v0.57.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.58.0.html b/en/release/056/v0.58.0.html index c1367c680..dd8c19a04 100644 --- a/en/release/056/v0.58.0.html +++ b/en/release/056/v0.58.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.59.0.html b/en/release/056/v0.59.0.html index 91b3ca120..d51f0dda6 100644 --- a/en/release/056/v0.59.0.html +++ b/en/release/056/v0.59.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.60.0.html b/en/release/056/v0.60.0.html index 1eae33bca..42dceeec8 100644 --- a/en/release/056/v0.60.0.html +++ b/en/release/056/v0.60.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.61.0.html b/en/release/056/v0.61.0.html index 4de3451a2..abf7b3a4d 100644 --- a/en/release/056/v0.61.0.html +++ b/en/release/056/v0.61.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.62.0.html b/en/release/056/v0.62.0.html index b251455e5..4e2f1d60f 100644 --- a/en/release/056/v0.62.0.html +++ b/en/release/056/v0.62.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.63.0.html b/en/release/056/v0.63.0.html index 4cfcfaf83..240ab74a5 100644 --- a/en/release/056/v0.63.0.html +++ b/en/release/056/v0.63.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.64.0.html b/en/release/056/v0.64.0.html index 6245b685f..2f476ffa6 100644 --- a/en/release/056/v0.64.0.html +++ b/en/release/056/v0.64.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.65.0.html b/en/release/056/v0.65.0.html index 423a0cbd6..d5fe33f3a 100644 --- a/en/release/056/v0.65.0.html +++ b/en/release/056/v0.65.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.66.0.html b/en/release/056/v0.66.0.html index 02eff036b..e20d27123 100644 --- a/en/release/056/v0.66.0.html +++ b/en/release/056/v0.66.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/056/v0.67.0.html b/en/release/056/v0.67.0.html index 7f1113602..30d746f47 100644 --- a/en/release/056/v0.67.0.html +++ b/en/release/056/v0.67.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/index.html b/en/release/068/index.html index 0a78f5697..dd10e6038 100644 --- a/en/release/068/index.html +++ b/en/release/068/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.68.0.html b/en/release/068/v0.68.0.html index e1f6fb0a1..716eba25f 100644 --- a/en/release/068/v0.68.0.html +++ b/en/release/068/v0.68.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.69.0.html b/en/release/068/v0.69.0.html index 812b8e4b7..4ea4097b6 100644 --- a/en/release/068/v0.69.0.html +++ b/en/release/068/v0.69.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.70.0.html b/en/release/068/v0.70.0.html index b42a90ca4..4652755ef 100644 --- a/en/release/068/v0.70.0.html +++ b/en/release/068/v0.70.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.71.0.html b/en/release/068/v0.71.0.html index 559c0c19c..109f0e221 100644 --- a/en/release/068/v0.71.0.html +++ b/en/release/068/v0.71.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.72.0.html b/en/release/068/v0.72.0.html index 69201b643..f5eac5fbf 100644 --- a/en/release/068/v0.72.0.html +++ b/en/release/068/v0.72.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.73.0.html b/en/release/068/v0.73.0.html index 8562f7f3c..6c4000d7d 100644 --- a/en/release/068/v0.73.0.html +++ b/en/release/068/v0.73.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.74.0.html b/en/release/068/v0.74.0.html index 8b289e04f..9ca2c142e 100644 --- a/en/release/068/v0.74.0.html +++ b/en/release/068/v0.74.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.75.0.html b/en/release/068/v0.75.0.html index e2d1e7f80..66806b3b9 100644 --- a/en/release/068/v0.75.0.html +++ b/en/release/068/v0.75.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.76.0.html b/en/release/068/v0.76.0.html index 151ddf01d..a252d0d08 100644 --- a/en/release/068/v0.76.0.html +++ b/en/release/068/v0.76.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.77.0.html b/en/release/068/v0.77.0.html index 4068680f5..6ebd0f9ed 100644 --- a/en/release/068/v0.77.0.html +++ b/en/release/068/v0.77.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/068/v0.78.0.html b/en/release/068/v0.78.0.html index b644e2132..c38d1880a 100644 --- a/en/release/068/v0.78.0.html +++ b/en/release/068/v0.78.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/index.html b/en/release/079/index.html index daa436c5d..0d7b3c5bf 100644 --- a/en/release/079/index.html +++ b/en/release/079/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.79.0.html b/en/release/079/v0.79.0.html index a927aefdc..9206dbf8a 100644 --- a/en/release/079/v0.79.0.html +++ b/en/release/079/v0.79.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.80.0.html b/en/release/079/v0.80.0.html index a80a6d29e..7d03b09a9 100644 --- a/en/release/079/v0.80.0.html +++ b/en/release/079/v0.80.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.81.0.html b/en/release/079/v0.81.0.html index b1b653810..2452976d0 100644 --- a/en/release/079/v0.81.0.html +++ b/en/release/079/v0.81.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.82.0.html b/en/release/079/v0.82.0.html index 6bb491688..bca0b4e16 100644 --- a/en/release/079/v0.82.0.html +++ b/en/release/079/v0.82.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.83.0.html b/en/release/079/v0.83.0.html index 9aec55350..eb61fddbb 100644 --- a/en/release/079/v0.83.0.html +++ b/en/release/079/v0.83.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.84.0.html b/en/release/079/v0.84.0.html index afcdc269c..5e9cba8db 100644 --- a/en/release/079/v0.84.0.html +++ b/en/release/079/v0.84.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.85.0.html b/en/release/079/v0.85.0.html index e0d80ba6d..6be6338e0 100644 --- a/en/release/079/v0.85.0.html +++ b/en/release/079/v0.85.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.86.0.html b/en/release/079/v0.86.0.html index 2a90cf588..8ca2f77d3 100644 --- a/en/release/079/v0.86.0.html +++ b/en/release/079/v0.86.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.87.0.html b/en/release/079/v0.87.0.html index 005a0c89a..848e842ee 100644 --- a/en/release/079/v0.87.0.html +++ b/en/release/079/v0.87.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.88.0.html b/en/release/079/v0.88.0.html index 518463b6e..0a0472f90 100644 --- a/en/release/079/v0.88.0.html +++ b/en/release/079/v0.88.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.89.0.html b/en/release/079/v0.89.0.html index d0946d79f..db4af7853 100644 --- a/en/release/079/v0.89.0.html +++ b/en/release/079/v0.89.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.90.0.html b/en/release/079/v0.90.0.html index b7880a39b..1e7b99455 100644 --- a/en/release/079/v0.90.0.html +++ b/en/release/079/v0.90.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.91.0.html b/en/release/079/v0.91.0.html index a81ca8328..cd8d72d16 100644 --- a/en/release/079/v0.91.0.html +++ b/en/release/079/v0.91.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.92.0.html b/en/release/079/v0.92.0.html index 3f5834951..fecf60609 100644 --- a/en/release/079/v0.92.0.html +++ b/en/release/079/v0.92.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.93.0.html b/en/release/079/v0.93.0.html index 430d0e477..9c6028c58 100644 --- a/en/release/079/v0.93.0.html +++ b/en/release/079/v0.93.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.94.0.html b/en/release/079/v0.94.0.html index 67d1c2d1e..28572ccc8 100644 --- a/en/release/079/v0.94.0.html +++ b/en/release/079/v0.94.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.95.1.html b/en/release/079/v0.95.1.html index f960c7113..809dd5e9b 100644 --- a/en/release/079/v0.95.1.html +++ b/en/release/079/v0.95.1.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.96.0.html b/en/release/079/v0.96.0.html index fa4cc637c..db8418e2b 100644 --- a/en/release/079/v0.96.0.html +++ b/en/release/079/v0.96.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.96.1.html b/en/release/079/v0.96.1.html index 556892874..72b2dedf7 100644 --- a/en/release/079/v0.96.1.html +++ b/en/release/079/v0.96.1.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.96.2.html b/en/release/079/v0.96.2.html index 9772017de..4ecbd410a 100644 --- a/en/release/079/v0.96.2.html +++ b/en/release/079/v0.96.2.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.97.0.html b/en/release/079/v0.97.0.html index 2a29bd3fe..5137e0a53 100644 --- a/en/release/079/v0.97.0.html +++ b/en/release/079/v0.97.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.98.0.html b/en/release/079/v0.98.0.html index bef208d0f..9b5b68bf3 100644 --- a/en/release/079/v0.98.0.html +++ b/en/release/079/v0.98.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/079/v0.99.0.html b/en/release/079/v0.99.0.html index f5b213427..f262bd561 100644 --- a/en/release/079/v0.99.0.html +++ b/en/release/079/v0.99.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/index.html b/en/release/100/index.html index 9d1e326b9..4b8031b3f 100644 --- a/en/release/100/index.html +++ b/en/release/100/index.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • @@ -351,6 +352,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • diff --git a/en/release/100/v0.100.0.html b/en/release/100/v0.100.0.html index a4cb49abe..786c8624f 100644 --- a/en/release/100/v0.100.0.html +++ b/en/release/100/v0.100.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.101.0.html b/en/release/100/v0.101.0.html index 95573f1ee..9bf7585fb 100644 --- a/en/release/100/v0.101.0.html +++ b/en/release/100/v0.101.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.102.0.html b/en/release/100/v0.102.0.html index fd3e8de0d..23d4478f0 100644 --- a/en/release/100/v0.102.0.html +++ b/en/release/100/v0.102.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.103.0.html b/en/release/100/v0.103.0.html index ce01acf4a..583965dc8 100644 --- a/en/release/100/v0.103.0.html +++ b/en/release/100/v0.103.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.104.0.html b/en/release/100/v0.104.0.html index 24d61459f..a96166a2e 100644 --- a/en/release/100/v0.104.0.html +++ b/en/release/100/v0.104.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.105.0.html b/en/release/100/v0.105.0.html index d75703ae8..1b16eb1be 100644 --- a/en/release/100/v0.105.0.html +++ b/en/release/100/v0.105.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.106.0.html b/en/release/100/v0.106.0.html index c84ad2b2d..711fa46a4 100644 --- a/en/release/100/v0.106.0.html +++ b/en/release/100/v0.106.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.107.0.html b/en/release/100/v0.107.0.html index 7b553acd7..ede21ac3d 100644 --- a/en/release/100/v0.107.0.html +++ b/en/release/100/v0.107.0.html @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • diff --git a/en/release/100/v0.108.0.html b/en/release/100/v0.108.0.html index c6cf0eb66..8df7980bb 100644 --- a/en/release/100/v0.108.0.html +++ b/en/release/100/v0.108.0.html @@ -3,7 +3,7 @@ - + v0.108.0: Fixed an error when importing directly under Assets - UniVRM Programming documentation @@ -295,6 +295,7 @@
  • v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
  • v0.107.0: ⚠️ fix Emission
  • v0.108.0: Fixed an error when importing directly under Assets
  • +
  • v0.109.0: experimental VRMC_vrm_animation
  • リリース作業手順
  • @@ -386,12 +387,12 @@