Centering a point in an area offset from the center of screen

Hi, I’m trying to make a physical map selector and I want to make sure the selection is centered on screen on different scales, but I also want to offset the center to account for UI.

Basically, I want the point in game (the green dot) to be centered in the red box. This box will change, since the sidebar is aspect ratio locked. How can I do this the best?

Hello! To center an image you can use “AnchorPoint” set it to 0.5,0.5 and the position to 0.5,0 and 0.5,0
image
image

What do you mean by that? Is that a scrolling map?

Yes, the background does move around, and I want that point to center in the red box when you select the location on the sidebar.