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

◆ ExportPackage()

void ExportPackage ( String packagePath,
ExportPackageOptions options = ExportPackageOptions.Default,
String ownerOrgId = null )

Exports this asset and its dependencies as a .unitypackage.

Parameters
packagePathFull path to a .unitypackage file. May point to any location on the file system as long as the user has write permissions there.
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.