Skip to content

Releases: hecomi/uLipSync

v2.3.0 has been released

29 Jun 15:51
Compare
Choose a tag to compare

Update

  • Add BakedData.CreateTexture()
  • Performance improvement of Timeline editor #18

v2.2.0 has been released

05 Mar 09:16
82a5e7e
Compare
Choose a tag to compare

Update

Update Method has been added to uLipSyncBlendShape #17 thanks to @mkc1370

Update Method can be used to adjust the timing of updating blendshapes with uLipSyncBlendShape. The description of each parameter is as follows.

Method Timing
LateUpdate LateUpdate (default)
Update Update
FixedUpdate FixedUpdate
LipSyncUpdateEvent Immediately after receiving LipSyncUpdateEvent
External Update from an external script (ApplyBlendShapes())

If you have created a script that overrides LateUpdateBlendShapes(), you will need to change it to OnApplyBlendShapes().

v2.1.1 has been released

22 Feb 16:50
a22cf09
Compare
Choose a tag to compare

Bug Fix

  • fix a bug when baking non-monaural audio #15 (thanks to @mkc1370)

v2.1.0 has been released

19 Feb 11:24
d611a84
Compare
Choose a tag to compare

Update

  • Add the function to create an AnimationClip from a BakedData.

v2.0.3 has been released

12 Feb 13:43
Compare
Choose a tag to compare

Bug Fix

  • fix errors in 2020.X (new APIs from 2021 was removed) #14
  • fix blending issues in Timeline

V2 has been released!

30 Jan 06:22
Compare
Choose a tag to compare

🎉 V2 has been released! (This version is v2.0.2)

  • UI improvements
  • Improved blendshape movement
  • Pre-calculated asset creation
  • Timeline support
  • VRM support
  • Bug fixes (including #13 thanks to @mkc1370 san)

For more details, please check the latest README.md.

NOTE: You need to set up VRM and Alicia beforehand to run the VRM sample. If you do not need them, do not import them.

v1.1.4 Released

21 Nov 07:24
Compare
Choose a tag to compare

Bug Fix

  • Fix Burst Compiler related errors in Unity 2021.x

V1.1.3 Released

20 Nov 18:10
Compare
Choose a tag to compare

The directory structure has been changed to support UPM. You can now use the Package Manager from the following URL:

And also uLipSync has been published to npm. You can import uLipSync into your project by registering the following url and scope to Scoped Registry.

  • URL: https://registry.npmjs.com
  • Scope: com.hecomi

v1.0.1 Released

27 Feb 05:45
Compare
Choose a tag to compare

Update

  • Renamed variables
  • Added Female profile

v1.0.0 Released!

27 Feb 02:21
Compare
Choose a tag to compare
  • Changed the algorithm from LPC envelope analysis to MFCC analysis.
  • Multiple phonemes can now be registered.
  • Removed Config and integrated it into Profile.
  • Other bug fixes

uLipSync-UI

uLipSync-Profile-UI