How to modify my object pickup mechanics so that object pickup is situated around crosshairs?

Hey all,

I’m working on a first person game that’ll feature object pickup mechanics. Which works fine!

i followed the tutorial below if you want to see how i approached making the mechanic:

What i don’t like with what i have currently is i can pick the object up just fine, but the focal point of the object pickup seems to make it appears that the object is hanging below the players camera, especially when picking up objects at close range, an example of this can be seen in the screenshot below:

as you can see above, the cube is almost out of the player’s view.
Below is a screnshot of when i pickup the cube at distance:

As you can see above, when picked up at a distanced the object pickup focuses alot more around the crosshairs/centre of the screen. I want this to happen by default, what can i do to achieve this? as i feel the object hanging almost of the scren can sometimes be unsightly.

Thanks :slight_smile:
Matt