MeshExtensions.Save

Extension Method in MeshExtensions

Declaration

public static void Save(this Mesh mesh, string assetName)

Description

Saves the mesh as a project asset (Editor only).

Parameters

meshThe mesh to save.
assetNameThe name to save the asset as.