Hello there. I am a new user to Unity and I am designing a game. This question may have been asked before but I can find a copy of it. I have downloaded 3D Models from other websites to use for my 3D game. The only problem is when I import the Models/Assets inside, The texture is all gray. Even the characters are gray and they are supposed to have color. I am a bit nooby with unity so β¦ help?
You should also import the Textures folder.
You should also import the textures folder
Each character needs a uv map and then a template on which to base your textures on. It defines how textures are added to it, then once you have the template you can use photoshop or some other photo manipulating software to add the colours to the specific parts of the model. An example of how a template should look: http://www.paulneale.com/temp/uvTemplate.jpg It is of a torso, you βpaintβ the colours on to it and it applies it accordingly to the object.