Isn't anchor always relative to the viewport?
Would be wise though to put the anchored object on a layer with 0,0 paralax..
It's in it's own layer with a 0,0 paralax but it doesn't show up, according to debug it's just sitting at 736, 736 no matter where the camera moves. Even if I go to 736, 736 I can't see it but debug says visible is true.
edit: My camera follows my player so original position in my layout shouldn't matter, correct?
edit2: thanks! I got it working apparently position does matter the anchor keeps it in relation to where it is in the original viewport layout, so I need it in the top left of the dotted lines no matter what my actual view is doing.