in case you want to use pixel perfect plugin with a top down game(XY axis) you have to do two small changes:

  1. update the materials to use the y axis instead of z

Screenshot (88).png

  1. update the camera manager modifier to use the y axis instead of the z

Screenshot (89).png

<aside> 👌🏼 now you should be ready 😀

</aside>