BuildTarget
Target build platform.
Read time 1 minuteLast updated 3 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum BuildTarget
Remarks
Additional Resources: BuildPipeline.BuildPlayer, EditorUserBuildSettings.activeBuildTarget, BuildAssetBundlesParameters.targetPlatform.
Fields
Value | Description |
|---|---|
| Android | Build an Android .apk standalone app. |
| LinuxHeadlessSimulation | Build a LinuxHeadlessSimulation standalone. |
| PS4 | Build a PS4 Standalone. |
| PS5 | Build to PlayStation 5 platform. |
| StandaloneLinux64 | Build a Linux 64-bit standalone. |
| StandaloneOSX | Build a macOS standalone. |
| StandaloneWindows | Build a Windows 32-bit standalone. |
| StandaloneWindows64 | Build a Windows 64-bit standalone. |
| Switch | Build a Nintendo Switch™ player. |
| Switch2 | Build a Nintendo Switch™ 2 player. |
| VisionOS | Build a visionOS player. |
| WebGL | Build to WebGL platform. |
| WSAPlayer | Build an Windows Store Apps player. |
| XboxOne | Build a Xbox One Standalone. |