First time user, need help applying textures

Okay, so I’m a first time Unity user. Just got the program today because I wanted to try some new things. One of the main things I wanted to do, was put in my favorite video game character (Sora from Kingdom Hearts). I found a model online and it came with an OBJ and a few textures. I opened up the OBJ in Unity and it’s completely white (Imgur: The magic of the Internet). Okay, that’s fine. All I have to do is apply some textures. Well here’s what I don’t understand. I figured out how to make Materials and then put them on Diffuse so I can put a texture on it. However, when I try to do that with my model, it just doesn’t seem to work. Here’s a quick video on what I mean: https://gfycat.com/ColossalMiniatureFinch How can I fix this? Do I have to use a different program to do this?

It looks workish to me. You seem to have a multi-part mesh there; whichever mesh you drag the texture onto, gets the texture.

Of course you need to know how the model is divided and UV mapped, and you need a texture (or textures) that are laid out in the same way. Hopefully since the model came with textures, it’s already set up, so you just need to apply the right texture to each part.

1 Like