Skip to content

v2.2.0 has been released

Compare
Choose a tag to compare
@hecomi hecomi released this 05 Mar 09:16
· 125 commits to main since this release
82a5e7e

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().