Read the CSV file. It'll need to contain relevant data in a format that your script code can convert into Unity script calls. So, for example, if your CSV file contains vertices and triangles, then you'll need to call the `Mesh()` class functions to create and modify a mesh.
↧