[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.Opacity of a live2D model in unity
Greetings, the opacity option of the live2D script changes the transparency by parts and not by the whole model, I thought using an animation for the opacity, but when I imported the animation in the unity it uses the same parameter of the script and causes the same effect, is there any way to create this fading effect?
0 ·
Comments
CubismRenderController is to manage rendering whole parts of a model. To manipulate Opacity for each part, do the following on MonoBehaviour.LateUpdate(). I hope this helps you a lot.