vector3.Lerp unity

Code Example - vector3.Lerp unity

                
                        //public static Vector3 Lerp(Vector3 a, Vector3 b, float t);
Vector3 pos = Vector3.Lerp(a,b,t);