Skip to content

Conversation

@LoS-Light
Copy link

@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
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.

1 participant