[About macOS Ventura 13.0] (12/20/2022)
The currently released Live2D Cubism SDK is not guaranteed to work with macOS Ventura.
Please refrain from upgrading the macOS as they may not work properly.
The Cubism Editor license file may be lost after the macOS upgrade.
Please make sure to deactivate the Cubism Editor license before upgrading the macOS.
For more details[NOTICE]
About the support for Mac models
Cubism Editor is not supported with Apple M1 processors.
Please refer to
System Requirements for details.
We will not respond to any related inquiries with this message.
crash in live2d+cocos2d demo
crash in cocos2dx3.5+live2d2.0 ,when run deom(simpleApp1) in window .what can I do?
code:
void LAppLive2DManager::addModel(){
//if (_cur_order > 9){
// return;
//}
//auto newM = new LAppModel();
/ar fileName[64];
//sprintf(fileName, "haru_%02d.model.json", _cur_order+1);
//newM->load(MODEL_HARU_DIR, fileName);
//models.push_back(newM);

//_cur_order++;
auto newM = new LAppModel();
newM->load(MODEL_HARU_DIR, MODEL_HARU_C);
models.push_back(newM);
}
I added a button to run this, but after touch button, error happen right now or later;
but run this code in android is not crash.
0 ·