We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings.
At runtime, I'm downloading and displaying a .glb model of Human heart in game.
The .glb gets downloaded to my computer. I can open it from file explorer, and it looks fine.
However, in Unity, it looks grey.
It appears the first two textures don't get included when downloading into Unity.
See how there is no texture in albedo or metallic?
There are a total of four textures, but it appears to only be loading 2. Here you can see the shader in blender shows all four textures.
This is what the model should look like:
However, in Unity it looks like this:
Thank you for any help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings.
At runtime, I'm downloading and displaying a .glb model of Human heart in game.
The .glb gets downloaded to my computer. I can open it from file explorer, and it looks fine.
However, in Unity, it looks grey.
It appears the first two textures don't get included when downloading into Unity.
See how there is no texture in albedo or metallic?
There are a total of four textures, but it appears to only be loading 2. Here you can see the shader in blender shows all four textures.
This is what the model should look like:
However, in Unity it looks like this:
Thank you for any help.
The text was updated successfully, but these errors were encountered: