BuildPlayerOptions

struct in UnityEditor

Cambiar al Manual

Descripción

Provide various options to control the behavior of BuildPipeline.BuildPlayer.

Variables

assetBundleManifestPathThe path to an manifest file describing all of the asset bundles used in the build (optional).
locationPathNameLa ruta donde la aplicación será construida.
optionsUnas BuildOptions adicionales, como si ejecutar el player construido.
scenesThe Scenes to be included in the build. If empty, the currently open Scene will be built. Paths are relative to the project folder (Assets/MyLevels/MyScene.unity).
targetEl BuildTarget en construirse.
targetGroupThe BuildTargetGroup to build.