gamepadSupportLevel
Specifies the gamepad support level for the Android application.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static AndroidGamepadSupportLevel gamepadSupportLevel { get; set; }
Remarks
Use this property to specify whether the application works without a gamepad, supports a gamepad, or requires a gamepad. If you set gamepad support to required, the application might install only on devices that support gamepad input.