I see you already solved your issue, but this will place your item exactly where the placement marker is:
gameObject.position = placementRt.position;
However, the screen space camera mode’s distance of the plane will decide how small your object is, as the object will be moved 100m away, if the plane is 100m away from camera.