Gizmos do not visually scale with Camera Zoom as expected, which makes editing hitboxes slightly cumbersome.
I’ve created my own dynamic zooming camera behavior using CameraOverride2DWorld. When the Zoom argument is set to 1000, the Gizmos are visually attached to the character as expected. But, if the argument is less than or greater than 1000, any Gizmos become visually misaligned. They don’t appear to scale along with the zoom, so there’s an odd parallax effect. For my game, the base “Max Zoom” is 800, so when I want to work on hitboxes with precision, I have to switch that value to 1000 and recompile.
Here’s a video to demonstrate the issue in motion.
