Tilemap Pixels Blur/Shift During Camera Movement

I’ve encountered an issue where pixels on a tilemap will shift/blur during camera movement. The issue presents like motion blur, but when I disable motion blur in the project settings, the camera, and the post process volume, and use console commands to set motion blur and post processing to zero, the issue persists.

I’m using a slightly modified version of the C++ 2D sidescroller template with custom assets. I’ve tried screen/video capturing the issue, but no luck. I considered it could be an issue with my monitors, but I’ve tried out several pixel art style games, and no similar issues present themselves during motion.

sounds like temporalAA. change it to FXAA in the project settings.

Thank you! Unfortunately, I already have the Anti-Aliasing Method set to “None” in the project settings. I tried disabling AA via a console command as well, but no luck with either sadly.

hmm. can you make a vid?