1.error CS1502: The best overloaded method match for `UnityEngine.Vector3.MoveTowards(UnityEngine.Vector3, UnityEngine.Vector3, float)’ has
some invalid arguments
2.error CS1503: Argument #1' cannot convert float’ expression to type `UnityEngine.Vector3’
3.error CS1612: Cannot modify a value type return value of `UnityEngine.Material.color’. Consider storing the value in a temporary variable