Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

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.
 
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual    Cubism Editor Tutorial    Cubism SDK Manual    Cubism SDK Tutorial
[INFORMATION](4/25/2024)
Cubism Editor 5.1 alpha3 is now available!

We have incorporated some of your comments and suggestions. Thank you for your comments and requests!
We will continue to welcome your feedback on alpha3.

Download/ Manual and Update History
Options

Unable to load..

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.

https://paste.pics/1217240eeb6d094cec84c1359f49230e
https://paste.pics/72e18e06ad32f3b9d297652ed2738369

Comments

  • Options
    @KumaAkkari Hello,
    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.
Sign In or Register to comment.