- Home /
install, textures, problem help!!
When I first downloaded Unity 3D I couldn't see any of the textures
and this showed up "Material doesn't have a texture property '_MainTex' "
What should I do?
Any of what textures, you couldn't have been less descriptive.
Right click on project - Reimport all
If that fails, re-download Unity.
The error he's getting happens when some script is referencing its $$anonymous$$aterial.mainTexture property, but the material is rendered using a shader that does not have a texture property called _$$anonymous$$ainTex defined in its shader code. You probably have a project imported which is missing something - perhaps the shader file for the material in question is missing, or perhaps you selected a different shader for this material yourself, and chose a shader that doesn't have a texture?
Your answer
Follow this Question
Related Questions
How to Apply a Texture to an Object in Unity 4 1 Answer
Textures and transparency 1 Answer
Import Texture with good quality... 2 Answers