unity point between two positions

Code Example - unity point between two positions

                
                        Vector3 medianPoint = (position1 + position2) / 2f;