Yeah, weird question, but I don't know how to put it better.
I'm working with some assets for a mobile AR game in Unity, and to avoid some low-quality textures, I'm working with a material with Detail Maps. So I have 2 texture sets. One with a base color, AO, Base normals, and so on, and one with finer, tileable textures. For the second one, I'm using a trim sheet approach. Orienting the UV Islands to the wood grain. But it seems that depending on the orientation, I get Y+ or Y-, and I don't think that should happen. At least it didn't on Unreal4.
Replies
Other possible thing could be, if you created the shader in shadergraph, make sure you unpack the Normal by setting the texture sampler Type -> Normal:
SOLVED!!!!