This version of Unity is unsupported.

LineRenderer.BakeMesh

Switch to Manual
public void BakeMesh(Mesh mesh, bool useTransform);
public void BakeMesh(Mesh mesh, Camera camera, bool useTransform);

Parameters

meshA static mesh that will receive the snapshot of the line.
cameraThe camera used for determining which way camera-space lines will face.
useTransformInclude the rotation and scale of the Transform in the baked mesh.

Description

Creates a snapshot of LineRenderer and stores it in mesh.