[Solved] Moving camera making collision boxes not line up correctly

There’s something not quite kosher here. Could you zip and upload the project onto an file server, and provide the link? Either in this thread or PM.

yeah sure this is just straight-up the save file for the project

Your NewObject is on Layer2 :

image


You need to move the camera for that layer too, like :

image


Keep in mind every layer has it’s own camera, and the contents of all the cameras are combined to the screen. Moving a camera in one layer does not move the cameras on the other layers. That’s how a UI layer works; the camera on a UI layer doesn’t move.

thank you so much! you have no idea how long I was working on that!