Textures Materials not working

Hi,

Created a character on Mixamo… imported it into my project models folder…

none of the textures are working, i have also imported them into a folder under (models>materials)

Im really new to unity so id appreciate any help!

Regards.:slight_smile:

I’m not familiar with Mixamo (ie never used it), but a possible solution is to create a new material, drag and drop your texture onto the texture swatch, and then drag and drop your new material onto your character. I sometimes need to do this when importing models from Blender.

Also realize that you have to mess with the shaders as well. The default shader (if I recall correctly) is the diffuse (basically single color). You will basically have to recreate every shader if they’re anything more than the simple diffuse shader.

Hi, thanks solved the problem with messing around with the diffuse and shaders for the character. Had to create new materials and add the textures myself and then drag them on to my characters!
Thanks for the help