If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
Please help. I am new to this and need help with what's going on. I linked the screenshots below and my file folder if someone can guide me through what to do. It says it is unable to load the texture files.
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.