Version: 2017.3

ExportPackageOptions

enumeration

매뉴얼로 전환

설명

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

See Also: AssetDatabase.ExportPackage.

변수

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.