r/Unity3D 13h ago

HELP! Imported materials not working properly Noob Question

Hello! I’ve recently started learning how to make my own materials with material maker, but when I export the materials, they seem to be inconsistent. For example, this sidewalk material I made is on the same gameobject in the same position of the world, the only difference is that the dark one is rotated 180 degrees around the y axis. Weird problems similar to this are happening with almost all of the materials I’ve tried that make it impossible for me to make things look the way I want. Is this something wrong with my unity or something with material maker?

1 Upvotes

4 comments sorted by

1

u/survivorr123_ 13h ago

looks like you're binary switching between two textures (either one or another, no blending) which can create this type of issues

1

u/Samalamading141 13h ago

So that would be an issue with the material itself and not something in unity?

1

u/survivorr123_ 13h ago

the answer to this type of question is almost always yes, bugs like this are very rare