this modifier snaps the active camera position to a pixel grid, doing so will prevent pixel artifacts from happening when the camera moves.
<aside> ℹ️ variable UnitsPerPixel: you should set this to 1/[your project default pixels per unit]. e.g. if your art is 32x32 then UnitsPerPixel = 1/0.32 = 3.125
</aside>