# Mobile

> Application targets mobile devices.

## Definition

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

> **Warning:**
>
> **Deprecated.** WSASubtarget is obsolete and has no effect. It will be removed in a subsequent Unity release.

```csharp
Mobile = 2
```

### Remarks

This value optimizes the application for mobile devices, such as phones or tablets. It favors lower quality in exchange for extra performance and less battery usage.
