Hi, I’m trying to get the direction from an origin point in the world to another world position (Vector3).
I guess this should not be hard but I could only find posts on how to rotate a mesh or angles between meshes.
I need to fire a ray from one point in the world to another point in the world.
How can I achieve this without adding rotations etc.?