[BUG] [Mobile] Normal maps pixelated with customized UVs tiling

Hi,there is something in document maybe help you.


Additionally, everything in the pixel shader on mobile is evaluated with half precision floats. This causes blocky looking textures and some other artifacts, when pixel shader math is done on texture coordinates. The Customized UV inputs however are done with full precision so they get around this problem.