CodeSmile AssetDatabase 1.10
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,
String ownerOrgId = null )
static

Exports multiple assets and their dependencies to the packagePath file.

Parameters
assetPathsThe assets to export.
packagePathPath to file with the .unitypackage extension.
optionsExportPackageOptions
ownerOrgIdThe organization ID Unity associates with the exported package as its signing organization. The Organization ID is in the Unity Cloud dashboard under Administration => Settings. Available in Unity 6000.6 and newer. Leaving it null exports exactly as before.
See also