# ClearPlatformTextureSettings(string)

> Clears specific target platform settings.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public void ClearPlatformTextureSettings(string platform)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The platform whose settings are to be cleared (see below).

### Remarks

Refer to [NamedBuildTarget](/engine/6000.7/script-reference/unityeditor/build/namedbuildtarget.md) for a list of valid platforms. To get the name of a platform as a string, use the `TargetName` property. For example, `UnityEditor.Build.NamedBuildTarget.Standalone.TargetName`.
