Open PantherStudio1 opened 1 year ago
Hi @PantherStudio1,
Are you trying to have the FBX file embedded inside the FBX file? Or are the textures in the same folder as the exported FBX?
I couldn't figure out how they packed PNGs or JPGs into the FBX file so unfortunately this exporter can't do this.
What is your end goal with your export?
@KellanHiggins Thanks for reply, Actually I'm using different Unity GameObjects then I apply materials on them and after this I try to export the model from the WebGL build. Texture is downloaded with the exported model but it is not applied as mentioned earlier. May be I made some mistake, Any sample project link or a video tutorial would help.
About the end goal, Model should be presented with the material and textures applied on it in any commonly used Model Viewer.
Thanks
So unfortunately the FBX file format only supports regular textures and regular bump maps. Is this okay? Any other types of Unity texture maps will not map to these.
What common model viewer are you looking at? Like the standard windows one?
I'm sharing the type of model and materials. I'm using Universal RP. Could it be the reason? Box.zip
I haven't tested it with Universal RP. That is a definite possibility. Can you post the FBXExporter call you are using to export this file?
Hello, I am using this plugin to export the FBX from the WebGL build at runtime. Exports the model along with the texture, but the texture is not applied to the model. Can someone help to solve this problem?
Thank you.