Version: 2021.3
언어: 한국어
public static void SetCapability (PlayerSettings.WSACapability capability, bool value);

파라미터

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

설명

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.