ClearTargetSettings(string)
Clears the platform-specific import settings for the specified platform and reverts them to the default settings.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public void ClearTargetSettings(string platform)
Parameters
Platform name.
Remarks
The platform string must match the name of a NamedBuildTarget, for example , , or . This method throws an if the string doesn't match a supported platform. Platforms without an override use VideoClipImporter.defaultTargetSettings.
"Standalone""Android""WebGL"ArgumentException