Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

BakeMesh(mesh: Mesh): void;
void BakeMesh(Mesh mesh);
def BakeMesh(mesh as Mesh) as void

Parameters

meshA static mesh that will receive the snapshot of the skinned mesh.

Description

Creates a snapshot of SkinnedMeshRenderer and stores it in mesh.

The vertices are relative to the SkinnedMeshRenderer Transform component. Note that the snapshot is still computed even when updateWhenOffscreen is set to false and the skinned mesh object is currently offscreen.