bigkud
2
Q:

vector between two points unity

Vector3 targetDir = target.position - transform.position;
float angle = Vector3.Angle(targetDir, transform.forward);
1
Vector3 newVector = targetPoint - initialPoint;
0

New to Communities?

Join the community