I am trying to get the world position under the cursor - I have my player at 0,0,0 if I place my curser over the ground location of my player I would expect the same however I get -800, -800, 1700 any ideas? I have tried numerous things to sort this and work it out. thank you
Can you attach a screenshot where you deproject your coords?
No problem, basically I need to get the world position under cursor - and then set the Z to match my players Z - so I can then linetrace towards that position. I need to be able to do this without hitting any geo so the player can aim off the level but … this is causing issues being wrong. thank you