Have a problem with texture

I have a problem with texture when create in Unreal Engine 5, It’s have a seam like this
How to fix
Help me !!!

seems like it could be an issue with the uv, if not you could take your texture into photoshop and try to blend both the ends to get a seamless texture.

the normal of sphere is not smooth

you should show the material, that way we can more easily tell what might be the problem.
its probably not the normals of the sphere that is causing this.








Unreal show me 3 UV like this which one Should I choose ?

the moment your texture size is not 0.125, 0.25, 0.5, or 1, it wont tile properly on that uv, which is causing that seam. Its a simple tiling problem.

1 Like

How to fix that ? is it have fix tutorial video on this site

check the values you are multiplying with your UV coordinates.
change those values to 0.125, 0.25, 0.5, or 1 depending on what looks good.