Match:   \.magnitude
Replace: .Length()

Match:   \.normalized
Replace: .Normalized()

Match:   Vector3\.(Lerp|Dot)\(\s*(\w+)\s*,\s*
Replace: $2.$1( 

Match:   Vector3\.Distance\(\s*(\w+)\s*,\s*
Replace: $1.DistanceTo( 

Match:   \.x
Replace: .X

Match:   \.y
Replace: .Y

Match:   \.z
Replace: .Z