Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The model in the form of file cannot be loaded normally #12

Closed
spencer17x opened this issue Aug 10, 2023 · 1 comment
Closed

The model in the form of file cannot be loaded normally #12

spencer17x opened this issue Aug 10, 2023 · 1 comment
Labels
question Further information is requested

Comments

@spencer17x
Copy link

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

@noname0310
Copy link
Owner

noname0310 commented Aug 10, 2023

  • 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.

@noname0310 noname0310 added the question Further information is requested label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants