BuildTargetGroup
Build target group.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum BuildTargetGroup
Remarks
Additional Resources: BuildPipeline.BuildPlayer, BuildTarget.
Fields
Value | Description |
|---|---|
| Android | Android target. |
| LinuxHeadlessSimulation | LinuxHeadlessSimulation target. |
| PS4 | Sony Playstation 4 target. |
| PS5 | Sony Playstation 5 target. |
| Standalone | PC (Windows, Mac, Linux) target. |
| Switch | Nintendo Switch™ target. |
| Switch2 | Nintendo Switch™ 2 target. |
| Unknown | Unknown target. |
| VisionOS | Apple visionOS target. |
| WebGL | WebGL. |
| WSA | Windows Store Apps target. |
| XboxOne | Microsoft Xbox One target. |