# splitTangentsAcrossSeams

> Should tangents be split across UV seams.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** Please use tangentImportMode instead

```csharp
public bool splitTangentsAcrossSeams { get; set; }
```

### Remarks

This setting is only used when tangentImportMode is set to Calculate.

Additional Resources: [ModelImporter.tangentImportMode](/engine/6000.3/script-reference/unityeditor/modelimporter/tangentimportmode.md).
