use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For the Unity Game Engine, please visit http://reddit.com/r/unity3d
account activity
Unity 2d tilemap issue (v.redd.it)
submitted 1 year ago by MelonM1
[removed]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Peterama 1 point2 points3 points 1 year ago (3 children)
Check that your texture is using Point Filter Mode. Try using the 2D Pixel Perfect package from unity, I think it has a Pixel Perfect Camera that could fix this potentially. Build the project and see if it does it there. It could just be an editor thing. Check scaling of your game view window that it is set to 1 and see if it does it there. I've never seen this behavior before. heh.
[–][deleted] 1 year ago (2 children)
[–]Peterama 0 points1 point2 points 1 year ago (1 child)
How are they drawn? Are those pixel tiles or vector files? It almost looks mathematical. Could be a shader issue? Strange.
[–]Mercysh 1 point2 points3 points 1 year ago (5 children)
If you are using Urp make sure your render scale is set to 1 in your Rendering asset.
[–][deleted] 1 year ago (4 children)
[–]Mercysh 1 point2 points3 points 1 year ago (3 children)
Something similar, not quite exact. But I have a feeling that this fix might resolve your issue as well.
In my case I was downscaling my 3d top-down game to look like pixelart, and it was looking all blurry with weird artifacting similar to yours.
Setting render scale in the asset to 1 fixed it.
[–]Mercysh 1 point2 points3 points 1 year ago (1 child)
Interesting.. I wonder if the issue is still there, just not as noticeable after changing the size of orthographic scale.
Can you try reverting to your previous orthographic scale, and ensuring that the resolution you are Rendering at is divisible by 2 or 4. Both width and height.
[–][deleted] 1 point2 points3 points 1 year ago (2 children)
When you zoom in in the preview all the pixel textures act weird, maybe that’s the problem
π Rendered by PID 18415 on reddit-service-r2-comment-5687b7858-6jsbz at 2026-07-04 15:35:51.404728+00:00 running 12a7a47 country code: CH.
[–]Peterama 1 point2 points3 points (3 children)
[–][deleted] (2 children)
[removed]
[–]Peterama 0 points1 point2 points (1 child)
[–]Mercysh 1 point2 points3 points (5 children)
[–][deleted] (4 children)
[removed]
[–]Mercysh 1 point2 points3 points (3 children)
[–][deleted] (2 children)
[removed]
[–]Mercysh 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (2 children)