Version: 2020.1
언어: 한국어

BuildOptions

enumeration

매뉴얼로 전환

설명

Building options. Multiple options can be combined together.

변수

NonePerform the specified build without any special settings or extra tasks.
DevelopmentBuild a development version of the player.
AutoRunPlayerRun the built player.
ShowBuiltPlayerShow the built player.
BuildAdditionalStreamedScenesBuild a compressed asset bundle that contains streamed Scenes loadable with the UnityWebRequest class.
AcceptExternalModificationsToPlayerUsed when building Xcode (iOS) or Eclipse (Android) projects.
ConnectWithProfilerStart the player with a connection to the profiler in the editor.
AllowDebuggingAllow script debuggers to attach to the player remotely.
SymlinkLibrariesSymlink runtime libraries when generating iOS Xcode project. (Faster iteration time).
UncompressedAssetBundleDon't compress the data when creating the asset bundle.
ConnectToHostSets the Player to connect to the Editor.
EnableHeadlessModeOptions for building the standalone player in headless mode.
BuildScriptsOnlyOnly build the scripts in a Project.
PatchPackagePatch a Development app package rather than completely rebuilding it.Supported platforms:
ForceEnableAssertionsInclude assertions in the build. By default, the assertions are only included in development builds.
CompressWithLz4Use chunk-based LZ4 compression when building the Player.
CompressWithLz4HCUse chunk-based LZ4 high-compression when building the Player.
StrictModeDo not allow the build to succeed if any errors are reporting during it.
IncludeTestAssembliesBuild will include Assemblies for testing.
NoUniqueIdentifierWill force the buildGUID to all zeros.
WaitForPlayerConnectionSets the Player to wait for player connection on player start.
EnableCodeCoverageEnables code coverage. You can use this as a complimentary way of enabling code coverage on platforms that do not support command line arguments.
EnableDeepProfilingSupportEnables Deep Profiling support in the player.
DetailedBuildReportGenerates more information in the BuildReport.