Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CanAppendBuild

Whether you can append an existing build using BuildOptions.AcceptExternalModificationsToPlayer.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum CanAppendBuild

Fields

Value

Description

NoThe target platform supports appending builds, and the build is not in a valid state.
UnsupportedThe target platform does not support appending builds.
YesThe target platform supports appending builds, and the build can be appended.