CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ Export() [2/3]

static void Export ( [NotNull] Path[] assetPaths,
[NotNull] String packagePath,
ExportPackageOptions options = ExportPackageOptions.Default )
static

Exports multiple assets and their dependencies to the packagePath file.

Parameters
assetPathsThe assets to export.
packagePathPath to file with the .unitypackage extension.
optionsExportPackageOptions
See also