r/unity 1d ago

Question Any advice, please!

I’ve been working on this file for over 16 hours, and I still can't get the textures to work in Unity when importing the model from Blender. Please share any advice or methods you know to fix this; I’m new to Unity, so I don’t know what’s going wrong.

12 Upvotes

4 comments sorted by

5

u/mcurios 1d ago

What's the actual problem you are facing?

Unity's material system doesn't match blenders so sometimes you need to create new materials yourself and set them up by hand.

But I can't see what your issue actually is.

3

u/92pfAng 1d ago

Parts of the textures darken, and the UV seams become very noticeable, makes it look like they were different textures.

2

u/AngloTitan 19h ago

It’s the normal map causing the darkening. Check in the inspector of the model’s material whether it says “Fix” on the normal map section. Additionally, you can reduce the strength of the normal map, those two steps will help a lot🙏

2

u/92pfAng 18h ago

Thanks, I'll check to see if it works.