SaveMesh


Declaration

public sealed class SaveMesh : MonoBehaviour

Description

Saves the mesh of a mesh filter as a project asset.

Properties

assetNameThe name of the saved asset. The mesh name will be used if not set.
saveOnStartSaves the mesh on start, otherwise it needs to be called manually.

Methods

SaveSaves the mesh as a project asset.