[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.
I'm using the sampleApp1 and import models from outside, it's loaded up all good now but the problem is, the hit areas won't work
I used Modeler and Viewer too check for the hit areas too, but it won't work in Unity
Am I missing something?
0 ·
Answers
The hit area you see in Viewer and in Unity is different in "Cubism 2.1". When hit area needs to be get in SDK, you need to write Drawable ID for each hit area manually in model.json. model.json in the sampleApp1 can be a reference for this.
Thanks,