Version: 2020.2
言語: 日本語

BuildPlayerOptions

struct in UnityEditor

マニュアルに切り替える

説明

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

変数

assetBundleManifestPathThe path to an manifest file describing all of the asset bundles used in the build (optional).
extraScriptingDefinesUser-specified preprocessor defines used while compiling assemblies for the player.
locationPathName成果物の保存先のパス
optionsビルドしたプレイヤーを実行するか、などの追加の BuildOptions
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).
targetビルドする BuildTarget
targetGroupThe BuildTargetGroup to build.