Texture Not Tiling via Shader Material
This may be caused due to power of two textures not being able to be tiled.
Possible solution:
- Make the texture into a power of two resolution: e.g. 512x512 or 1024x512
This may be caused due to power of two textures not being able to be tiled.
Possible solution: