Version: 2021.2
언어: 한국어

PlayerSettings.WSA.SetTargetDeviceFamily

매뉴얼로 전환
public static void SetTargetDeviceFamily (PlayerSettings.WSATargetFamily family, bool value);

파라미터

family Device Family type to change.
value True to target the Device Family in the UWP build or false to remove it.

설명

Adds or removes the specified UWP device family from the list of device families the Universal Windows Platform application build supports.

In the Editor, Unity displays this as a list of checkboxes under Supported Device Families in UWP Player Settings. If you do not indicate that your Universal Windows Platform application supports any device family type, it defaults to the Windows.Universal family.
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.