Skip to content

fix: resolve audio lip sync not working issue#89

Merged
wada-at-live2d-com merged 1 commit intoLive2D:developfrom
LoS-Light:fix/audio-lip-sync-issue
Mar 19, 2026
Merged

fix: resolve audio lip sync not working issue#89
wada-at-live2d-com merged 1 commit intoLive2D:developfrom
LoS-Light:fix/audio-lip-sync-issue

Conversation

@LoS-Light
Copy link
Contributor

@LoS-Light LoS-Light commented Oct 14, 2025

🐞 Issue

Audio lip sync is not working after the release "Cubism 5 SDK for Unity R4".


🔁 Steps to Reproduce

  1. Create a new Unity project.
  2. Download the latest SDK from the official website and import it.
  3. Open the scene Live2D/Cubism/Samples/Animation/Animation.unity.
  4. Follow the official tutorial to configure the components:
    [https://docs.live2d.com/en/cubism-sdk-tutorials/lipsync/]
  5. Play the scene — you will notice that the audio plays, but the model’s mouth does not move.

🛠️ Cause & Fix

The issue is caused by an incorrect parameter being passed in the following method:
174b795#diff-27d85b246b2b472ef331fc967de9266d893d4afcfd945823c9829f51230f17f2

截圖 2025-10-15 01 55 08

File: CubismParameterExtensionMethods.cs
Line: 152

Following change will fix the issue:

- self[i].OverrideValue(self[i].Value, weight);
+ self[i].OverrideValue(value, weight);

Thank you very much for your great work and support

@wada-at-live2d-com wada-at-live2d-com self-requested a review October 15, 2025 01:28
@wada-at-live2d-com
Copy link
Contributor

@LoS-Light

Thank you for creating the pull request!
We apologize for the delayed response.

We have confirmed the fix and would like to incorporate this PR.
It is scheduled to be reflected in the product at a later date.

Thank you for your contribution.

@wada-at-live2d-com wada-at-live2d-com merged commit 2e84368 into Live2D:develop Mar 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants