Unity 5.6 Creating a Distortion in Sprites?

After updating to Unity 5.6.0f3, our 2D pixelated game has suddenly been experiencing visual distortions of the environment as the player moves. Previously, we were on 5.4 and there was no such effect, but now there are erratic horizontal ripples going through the camera. While this does not affect gameplay, it is highly disorienting and even sickening after extended stretches of time.

I’ve done my best to find notes of this online, but so far I’ve had no luck in discovering similar issues or potential causes. Does anyone know what might be resulting in this, or if this is a potential bug that I should report? I’m hesitant to report it if it’s something on our end, but I can’t seem to find anything that would result in this.

As an additional note, we do use a tiled texture on a Quad in one of our scenes that is also affected by the issue. The majority of our assets are sprites, but they aren’t the only things impacted by this issue. If more information is necessary, please feel free to ask–I just can’t think of anything more specific to our game to provide.

It would be helpful if you posted a video, but my best guess from the description would be interpolation issues from scaling of sprites. Are you running at native scale/resolution? And do you have Pixel Perfect set on the canvas object?