Version: 2021.2
LanguageEnglish
  • C#

PlayerSettings.WSA.SetCapability

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Declaration

public static void SetCapability(PlayerSettings.WSACapability capability, bool value);

Parameters

capability UWP Capability type to change.
value True to include the Capability in the UWP build or false to remove it.

Description

Includes or removes the specified UWP Capability in the Universal Windows Platform build.

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.