Hopefully I can describe this accurately, if not I will post video.
I have a point in world space being converted to screen space via camera.WorldToScreenPoint(), however it does not appear directly over the target world space coordinate, and this seems dependent upon the orientation of the camera to the world point.
IE. it appears over top of the point if I look straight on it, otherwise it appears just off to the side with varying degrees of eccentricity depending upon the camera’s orientation to it.
I need to know how to fix this.
Much thanks to any help offered.