How do get an object to reference only anothers position without looking at its height?
if ( Vector3.Distance( leader.position, transform.position ) >= distance) {
basically, how do add into this equation to ignore height in the distance?
Thanks