My game is a 2d sprite based game where I sometimes need to continually rotate the camera around the z-axis (transform.rotation.eulerAngles.z) while focusing on a certain sprite object.
When the camera rotations transitions through 180-degrees, the sprites in the camera frame appear to flip on their x-axis which is very noticeable.
Any clues as to what is happening there?