Version: 2020.3
LanguageEnglish
  • C#

ModelImporter.skinWeights

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public ModelImporterSkinWeights skinWeights;

Description

Skin weights import options.

To import more than 4 bone weights per vertex, set this property to ModelImporterSkinWeights.Custom and set ModelImporter.maxBonesPerVertex to the required number. You may also limit the number of bones to less than 4, or set a threshold for the weights via ModelImporter.minBoneWeight.

Note that QualitySettings.skinWeights and SkinnedMeshRenderer.quality can limit the number of bone weights that Unity uses for skinning. Ensure that these values are set to Auto, if you want to use more than 4 bone weights per vertex.

See Also: ModelImporter.maxBonesPerVertex, ModelImporter.minBoneWeight,QualitySettings.skinWeights, SkinnedMeshRenderer.quality.