[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.Why model shows some strokes? (CubismNative SDK 3.3 + cocos2dx)
Hi community,
I am trying to display a live2d model with cocos2dx. But it looks very strange...


Cocos2dx 3.10 + CubismNative SDK 3.3 + Win32
Hope some one can help me.
Thanks in advance.
0 ·
Comments
Thank you for using Live2D Cubism!
Judging from those pictures, it seems that alpha on the textures was used twice. If alpha is used on rgb in fragment shader, could you please delete it? fragment shader is written in GlProgram.c
Sincerely,
Dai
your solution did work. My models looks fine after comments:
//" fragColor.rbg *= fragColor.a;" in fragment shader
Thank you very much~