Marked for deprecation in the future. Use PlayerSettings.meshDeformation instead.
If you change the value of gpuSkinning
, Unity sets PlayerSettings.meshDeformation
in the following way:
gpuSkinning
to false, Unity sets PlayerSettings.meshDeformation
to MeshDeformation.CPU
.gpuSkinning
to true, Unity sets PlayerSettings.meshDeformation
to MeshDeformation.GPUBatched
.