[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.unity Parameter slider bug?
Comments
Thanks for using our product.
This is occurring because the R3 fix added a process to restore parameter values to the CubismModel.
After manipulating a parameter value in Inspector and updating the vertex information, it was restored with the value previously stored by CubismParameterStore, so the Inspector slider did not reflect the result of the manipulation.
This will be fixed in the next SDK.
This can be avoided by adding the following processing to the CubismParametersInspectorInspector.OnInspecotrGUI(). Best regards.