BuildPlayerOptions

struct in UnityEditor

/

Implemented in:UnityEditor

Description 描述

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

Properties 属性

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.