Version: 2022.3
LanguageEnglish
  • C#

ExportPackageOptions

enumeration

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

Description

Export package option. Multiple options can be combined together using the | operator.

Additional resources: AssetDatabase.ExportPackage.

Properties

DefaultDefault mode. Will not include dependencies or subdirectories nor include Library assets unless specifically included in the asset list.
InteractiveThe export operation will be run asynchronously and reveal the exported package file in a file browser window after the export is finished.
RecurseWill recurse through any subdirectories listed and include all assets inside them.
IncludeDependenciesIn addition to the assets paths listed, all dependent assets will be included as well.
IncludeLibraryAssetsThe exported package will include all library assets, ie. the project settings located in the Library folder of the project.