Search code examples
unity-game-engine

Sprite Not Tiling Unity


Even though I set my texture's mesh type to full rect and my sprite renderer's Draw Mode to tiled, my sprite does not tile. Instead, it stretches.

Sprite Renderer

Texture Settings

I tried to adjust all the settings in the renderer. However, it still stretched.


Solution

  • I ended up just using a tile map. It was way easier and took about 30 seconds.