Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


splitTangentsAcrossSeams

Should tangents be split across UV seams.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Removed. Please use tangentImportMode instead
public bool splitTangentsAcrossSeams { get; set; }

Remarks

This setting is only used when tangentImportMode is set to Calculate.
Additional Resources: ModelImporter.tangentImportMode.