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.