Version: 2017.1

BuildPlayerOptions

struct in UnityEditor

Switch to Manual

Description

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).
locationPathNameThe path where the application will be built.
optionsAdditional BuildOptions, like whether to run the built player.
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).
targetThe BuildTarget to build.
targetGroupThe BuildTargetGroup to build.