Hi there,
i’am on Unity 2019.3 and i have an fbx with albedo, normal and metallic map. It looks all fine if the fxb is imported and the maps reassigned correct.
But after building* an asset bundle from it, load the bundle, get the model from the bundle and Instantiate() it, the metallic map is gone.
What is the problem and how to fix it?
Related question, how to examine the complete content of the asset, including materials & textures? To see if its left to include on building.
Thanks
(*) BuildPipeline.BuildAssetBundles(path + "\\iOS", BuildAssetBundleOptions.StrictMode, BuildTarget.iOS);