- Home /
Missing material and textures after creating assetbundles.
Hi,
I was trying to use my character asset in Character customization project in place of the Male/Female asset by unity. When I am loading through asset bundle my character is partly visible, only its hair and shoes are visible. Generating material step went fine. By looking deeper in the project I found out in the class CreateAssetbundles.cs, at line
Debug.Log("Saved " + bundleName + " with " + (toinclude.Count - 2) + " materials");
The bundles other than the shoes and hair are taking 0 materials. This kind of clears that I am not creating the bundles properly. Am I missing any step? Is there is any fixed naming pattern for the material or assetbundle generation?
Also I am trying with some maya assets, with them I am not even able to generate material. And if I manually generate material, then assetbundles are not generating.
Moreover, I am not finding any documentation for this example project. Any help would be highly appreciated.
Thanks! Angela
Your answer

Follow this Question
Related Questions
assetbundles not working in vuforia qcar imagetarget 0 Answers
Kongregate - where to put asset bundles 0 Answers
Asset Bundle Dependencies, Unity 5 0 Answers
Default Sprite Shader is missing from prefab loaded from asset bundle? 0 Answers
Exception when building asset bundle with variant using build map 0 Answers