Hello fellas, newer developer here, newer as in I started yesterday. I just wanted to know how do I remove the grid while my game is in motion. It is not a good look and all the sources I look up are just tilemap tutorials without the answer for my specific problem
- Check textures padding, maybe its an option to add 1 pixel padding;
- Check textures Filter Mode. Try to change Bilinear/Trilinear to Point.
Unity is a 3D engine, it doesn’t render 2D graphics directly to bitmaps, so there are several things going on that can cause issues - I wrote an answer about this a while ago, maybe it helps;