[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.general opacity in unity model
I'm importing my models into Unity using SDK version 4-r.7, but within Unity, I need to be able to manipulate the initial opacity of the entire model at runtime. For this purpose, I'm using the Cubism Render Controller. However, no matter if I create a script or even change it from the editor, it always reverts to having an opacity value of 1.
unity version 221.3.14f1


Any idea?
Thanks in advance for any help.
0 ·
Comments
Thank you for always using our products.
How do you manipulate opacity from scripts?
If the timing of the operation is MonoBehaviour.Update(), please check if the phenomenon can be resolved by changing to MonoBehaviour.LateUpdate().
Best regards.