v2.2.0 has been released
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()
.