Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

NamedBuildTarget

struct in UnityEditor.Build

Description

Build Target by name. This allows to describe and identify build targets that are not fully represented by BuildTargetGroup and BuildTarget.

Static Properties

Description
AndroidAndroid.
EmbeddedLinuxEmbeddedLinux.
iOSiOS.
LinuxHeadlessSimulationLinuxHeadlessSimulation.
NintendoSwitchNintendo Switch.
PS4PS4.
PS5PS5.
QNXQNX.
ServerServer.
StandaloneDesktop Standalone.
tvOSTvOS.
UnknownUnknown.
VisionOSApple visionOS.
WebGLWebGL.
WindowsStoreAppsWindows Store Apps.
XboxOneXbox One.

Properties

Description
TargetNameName of the build target.

Public Methods

Description
ToBuildTargetGroupReturns the appropriate BuildTargetGroup that corresponds to the specified NamedBuildTarget.

Static Methods

Description
FromBuildTargetGroupReturns the appropriate NamedBuildTarget that corresponds to the specified BuildTargetGroup.