[Regarding macOS Tahoe](Updated September 18, 2025)
We cannot guarantee the compatibility of the current releases of Live2D Cubism Editor and Cubism SDK with macOS Tahoe.
We advise against upgrading your macOS at this time as it may cause Live2D products not to function correctly.
Upgrading macOS can also cause you to lose your Cubism Editor license file.
Please make sure to deactivate your Cubism Editor license before upgrading the macOS.
For more details:
https://help.live2d.com/en/other/other_09/For inquiries regarding issues with license purchases or license activation errors, please contact us through the
email form.Turning on/off the live2D model in Unity 2017 breaks the model (Cubism 3.0.11 + Unity 2017.1)
Hi!
We've run into multiple problems with our Cubism -> Unity pipeline, but this latest one we've been unable to solve. Hopefully someone has a solution.
We've created a live2d gameobject in Unity and everything seems to work okay, but as we progress in the game dialogue and we have to turn off and turn on the live2d character the layers of the the character break - the character has a set of different clothing and facial effects (such as blush etc.). These extra layers turn on although they are keyframed off.
Currently we're unable to progress our project due to this problem so any help is much appreciated!
0 ·
Comments
This issue can be avoided by add the following method.
private void OnEnable()
{
if (Meshes == null)return;
ApplyVertexColors();
}
We are under consideration about fixing our SDK for this issue.
Thanks,