// Vector3.Distance is the same as (a-b).magnitude float distance = Vector3.Distance(a.transform.position, b.transform.position);