material problem in web player

Hello, I am trying to make a changing room.
The model is in 3D and materials are loaded using assetbundle.
But some materials will turn to black when I played it in webplayer.
The materials is ok when I played it in Unity Editor and desktop published version.
Can anyone please explain why?

2 Answers

2

Make sure to use Push/PopAssetDependencies properly and read this section of the unity manual carefully.

It would also help if you post your export script to see if there is a possible point of failure.

Cheers, Tommy

I found why. It is because the texture is in DDS format. Convert it to PNG and there is no problem. Thank you for the replies