Hello,
i am looking for the localPosition equivalent of this script and it should only calculate the Positions once not like in the script ive mentioned.
Script:
void Update()
{
Vector3 direction = Hand.position - Point.position;
Hand.transform.position = Camera.transform.position + direction;
}
example video (hierarchy,…):