From e0c60ad49d41331be71102631afaef62ddc79686 Mon Sep 17 00:00:00 2001 From: mochi-neko Date: Wed, 9 Aug 2023 17:17:20 +0900 Subject: [PATCH] Update documents --- .../FacialExpressions.Extensions/VOICEVOX/package.json | 2 +- .../FacialExpressions.Extensions/VRM/package.json | 2 +- .../FacialExpressions.Extensions/uLipSync/package.json | 2 +- Assets/Mochineko/FacialExpressions/package.json | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 8 ++++---- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Assets/Mochineko/FacialExpressions.Extensions/VOICEVOX/package.json b/Assets/Mochineko/FacialExpressions.Extensions/VOICEVOX/package.json index 9cc4556..131cebd 100644 --- a/Assets/Mochineko/FacialExpressions.Extensions/VOICEVOX/package.json +++ b/Assets/Mochineko/FacialExpressions.Extensions/VOICEVOX/package.json @@ -1,6 +1,6 @@ { "name": "com.mochineko.facial-expressions.extensions.voicevox", - "version": "0.4.2", + "version": "0.4.3", "displayName": "Facial Expressions extension for VOICEVOX", "description": "Facial expressions extension for VOICEVOX.", "unity": "2021.3", diff --git a/Assets/Mochineko/FacialExpressions.Extensions/VRM/package.json b/Assets/Mochineko/FacialExpressions.Extensions/VRM/package.json index b1cf927..113a365 100644 --- a/Assets/Mochineko/FacialExpressions.Extensions/VRM/package.json +++ b/Assets/Mochineko/FacialExpressions.Extensions/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.mochineko.facial-expressions.extensions.vrm", - "version": "0.4.2", + "version": "0.4.3", "displayName": "Facial Expressions extension for VRM", "description": "Facial expressions extension for VRM.", "unity": "2021.3", diff --git a/Assets/Mochineko/FacialExpressions.Extensions/uLipSync/package.json b/Assets/Mochineko/FacialExpressions.Extensions/uLipSync/package.json index 9a16fc1..f62740c 100644 --- a/Assets/Mochineko/FacialExpressions.Extensions/uLipSync/package.json +++ b/Assets/Mochineko/FacialExpressions.Extensions/uLipSync/package.json @@ -1,6 +1,6 @@ { "name": "com.mochineko.facial-expressions.extensions.ulipsync", - "version": "0.4.2", + "version": "0.4.3", "displayName": "Facial Expressions extension for uLipSync", "description": "Facial expressions extension for uLipSync.", "unity": "2021.3", diff --git a/Assets/Mochineko/FacialExpressions/package.json b/Assets/Mochineko/FacialExpressions/package.json index 914cca8..d0c2520 100644 --- a/Assets/Mochineko/FacialExpressions/package.json +++ b/Assets/Mochineko/FacialExpressions/package.json @@ -1,6 +1,6 @@ { "name": "com.mochineko.facial-expressions", - "version": "0.4.2", + "version": "0.4.3", "displayName": "Facial Expressions", "description": "Facial expressions for human models.", "unity": "2021.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index d7806c0..f80c081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3] - 2023-08-09 + +### Added +- Add implementation of emotion morpher for `Animator` and `SkinnedMeshRenderer`. + +### Fixed +- Improve reset logic of implementations for `Animator` and `SkinnedMeshRenderer`. +- Fix not implemented method of `SkinnedMeshLipMorpher`. + ## [0.4.2] - 2023-08-09 ### Fixed diff --git a/README.md b/README.md index 06e96f9..d6e8fbd 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add following dependencies to your `Packages/manifest.json`: ```json { "dependencies": { - "com.mochineko.facial-expressions": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions#0.4.2", + "com.mochineko.facial-expressions": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions#0.4.3", "com.mochineko.relent": "https://github.com/mochi-neko/Relent.git?path=/Assets/Mochineko/Relent#0.2.0", "com.mochineko.relent.extensions.unitask": "https://github.com/mochi-neko/Relent.git?path=/Assets/Mochineko/Relent.Extensions/UniTask#0.2.0", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", @@ -70,7 +70,7 @@ If you use VOICEVOX extension, please add following dependencies: ```json { "dependencies": { - "com.mochineko.facial-expressions.extensions.voicevox": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions.Extensions/VOICEVOX#0.4.2", + "com.mochineko.facial-expressions.extensions.voicevox": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions.Extensions/VOICEVOX#0.4.3", "com.mochineko.voicevox-api": "https://github.com/mochi-neko/VOICEVOX-API-unity.git?path=/Assets/Mochineko/VOICEVOX_API#0.2.2", ... } @@ -83,7 +83,7 @@ If you use VRM extension, please add following dependencies: ```json { "dependencies": { - "com.mochineko.facial-expressions.extensions.vrm": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions.Extensions/VRM#0.4.2", + "com.mochineko.facial-expressions.extensions.vrm": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions.Extensions/VRM#0.4.3", "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0", "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0", "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0", @@ -98,7 +98,7 @@ If you use uLipSync extension, please add following dependencies: ```json { "dependencies": { - "com.mochineko.facial-expressions.extensions.ulipsync": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions.Extensions/uLipSync#0.4.2", + "com.mochineko.facial-expressions.extensions.ulipsync": "https://github.com/mochi-neko/facial-expressions-unity.git?path=/Assets/Mochineko/FacialExpressions.Extensions/uLipSync#0.4.3", "com.hecomi.ulipsync": "https://github.com/hecomi/uLipSync.git#upm", "com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts", ...