i tried to make the game with background scrolling. where i moving the background offset. At first it works. then after a 10 minutes of playing. the background become pixelated. Any idea how to fixed it. here is the code i moving the background.
void Update ()
{
renderer.material.mainTextureOffset += scrollSpeed * Time.deltaTime;
}
Here i attach the pixelated background.
