noname0310/babylon-mmd

The model in the form of file cannot be loaded normally

Closed this issue · 1 comments

When your model was uploaded as a file, the load failed:
image

  • make sure that you are static serving the texture file.

  • Is there a case difference between the file path you are requesting and the actual file path?

    • If so, you must use pmx editor to match the file path case. Or even if you convert it to bpmx, it will be fixed.

And do pmxLoader.loggingEnabled = true; and mmdRuntime.loggingEnabled = true for more information It can help you solve some problems.