This version of Unity is unsupported.

PlayerSettings.GetArchitecture

Switch to Manual

Declaration

public static int GetArchitecture(BuildTargetGroup targetGroup);

Description

Gets the BuildTargetPlatformGroup architecture.

Returns an integer value associated with the architecture of a BuildTargetPlatformGroup. 0 - None, 1 - ARM64, 2 - Universal.