gpuSkinning
Deprecated. Use PlayerSettings.meshDeformation instead.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool gpuSkinning { get; set; }
Remarks
If you change the value of , Unity sets in the following way:
gpuSkinningPlayerSettings.meshDeformation- If you set to false, Unity sets
gpuSkinningtoPlayerSettings.meshDeformation.MeshDeformation.CPU - If you set to true, Unity sets
gpuSkinningtoPlayerSettings.meshDeformation.MeshDeformation.GPUBatched