Version: 2023.1
LanguageEnglish
  • C#

BuildAssetBundlesParameters.extraScriptingDefines

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

public string[] extraScriptingDefines;

Description

User-specified preprocessor defines used while compiling assemblies during the AssetBundle build. (optional)

Preprocessor defines may be used to exclude serialized fields from class definitions, so this can be have an influence on how objects are serialized during the build process. Typically value passed here should match any extra scripting defines passed during the player build.

See Also: BuildPlayerOptions.extraScriptingDefines