Hey there fellow devs,
I’ve been having issues with figuring this out so I’m seeking help here.
Please refer to the picture below.
I need to calculate the position of the black point, which represents a point on the line between the two entities (blue line) always positioned exactly on specified radius length (orange circle) from one entity.
I have tried Vector3.ClampMagnitute method but it didn’t work as I would expect.
Any idea how get the position of the black point?
Thanks in advance.