CanAppendBuild
Whether you can append an existing build using BuildOptions.AcceptExternalModificationsToPlayer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum CanAppendBuild
Fields
Value | Description |
|---|---|
| No | The target platform supports appending builds, and the build is not in a valid state. |
| Unsupported | The target platform does not support appending builds. |
| Yes | The target platform supports appending builds, and the build can be appended. |