This version of Unity is unsupported.

MeshDeformation

enumeration

Description

Specifies which method Unity uses to process mesh deformations for skinning.

Properties

CPUEnables Unity using the CPU to process mesh deformations.
GPUEnables Unity using compute shaders to process mesh deformations on the GPU.
GPUBatchedEnables Unity using compute shaders to process mesh deformations on the GPU, and combining multiple meshes and blendshapes into batches.