Grids inside game

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

  1. Check textures padding, maybe its an option to add 1 pixel padding;
  2. Check textures Filter Mode. Try to change Bilinear/Trilinear to Point.

@MeatKid

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;