SetCapability(WSACapability, bool)
Includes or removes the specified UWP Capability in the Universal Windows Platform build.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void SetCapability(PlayerSettings.WSACapability capability, bool value)
Parameters
UWP Capability type to change.
True to include the Capability in the UWP build or false to remove it.
Remarks
In the Editor, Unity displays this as a list of checkboxes under Capabilities in UWP Player Settings. Important: Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.