# AndroidGamepadSupportLevel

> Options for gamepad support in an Android application.

## Definition

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

```csharp
public enum AndroidGamepadSupportLevel
```

## Fields

| Value                                                                                                        | Description                                                                  |
| ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [None](/engine/6000.6/script-reference/unityeditor/androidgamepadsupportlevel/none.md)                       | Game is fully operational with a D-pad or touchscreen. No gamepad is needed. |
| [RequiresGamepad](/engine/6000.6/script-reference/unityeditor/androidgamepadsupportlevel/requiresgamepad.md) | Requires a gamepad for gameplay.                                             |
| [SupportsGamepad](/engine/6000.6/script-reference/unityeditor/androidgamepadsupportlevel/supportsgamepad.md) | Works with a gamepad, but does not require it.                               |
