Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe subtarget to build. (optional)
For some BuildTargets the behaviour of a build can be influenced by using this field.
The supported values are based on target-specific enums, for example MobileTextureSubtarget, XboxBuildSubtarget.
The subtarget can be assigned using the build settings UI. To build with the current build settings, the BuildAssetBundlesParameters.targetPlatform field should be left unassigned (e.g. with the value 0).
Additional resources: EditorUserBuildSettings.standaloneBuildSubtarget, EditorUserBuildSettings.androidBuildSubtarget, EditorUserBuildSettings.webGLBuildSubtarget, EditorUserBuildSettings.ps4BuildSubtarget.