[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
Comments
You can directly upload pictures without other uploder service↓ Please try out!
And..., I assume that the path to the file in model3.json is different from the actual path.
If your model3.json looks like this...
{
"Version" : 4,
"FileReference" : {
"Moc" : "xxx.moc3",
"Textures" : [
"xxx.2048/texture_00.png"
],
"Physics" : "xxx.physics3.json",
...
}
You have to place the correct folder "xxx.2048"
Therefore,
rootDir
|_ xxx.moc3
|_ xxx.model3.json
|_xxx.2048
|_ texture_00.png
...
Sorry for the confusing explanation. If you want additional information, I can answer by looking the contents of your model3.json.