point d'unité entre deux positions
Vector3 medianPoint = (position1 + position2) / 2f;
Better Batfish
Vector3 medianPoint = (position1 + position2) / 2f;