Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ModelImporterSkinWeights

Skin weights options for ModelImporter.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum ModelImporterSkinWeights

Remarks

In order to import more than 4 skin weights per vertex, set ModelImporter.skinWeights 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 you must set QualitySettings.skinWeights to Unlimited in order for additional skin weights to be used.

Fields

Value

Description

CustomImport a custom number of bones per vertex.
StandardImport the standard number of bones per vertex (currently 4).