This version of Unity is unsupported.
Method group is Obsolete

PlayerSettings.GetSupportedIconKindsForPlatform

Switch to Manual
Obsolete Use GetSupportedIconKinds(NamedBuildTarget) instead.

Declaration

public static PlatformIconKind[] GetSupportedIconKindsForPlatform(BuildTargetGroup platform);

Description

BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.GetSupportedIconKinds instead.

Retrieve all icon kinds supported by the specified platform.