[Regarding macOS Tahoe](Updated October 16, 2025)
macOS v26 Tahoe is now supported!
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.Issue with Translate,scale,... of the camera in Android SDK
i try to translate or scale the camera in the sample project for example using this line:
_viewMatrix->Scale(ViewScale*0.2,ViewScale*0.2);
or
viewMatrix->AdjustTranslate(100+amountToTranslate,100);
but there is no result in the screen the camera does not move.
what is the right way to do so?
0 ·