# AndroidGamepadSupportLevel

> Gamepad support level for Android TV.

## Definition

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

```csharp
public enum AndroidGamepadSupportLevel
```

## Fields

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