![]() |
CodeSmile AssetDatabase 1.10
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
|
static |
Exports the asset and its dependencies to a .unitypackage file.
| assetPath | The asset to export. |
| packagePath | Path to file with the .unitypackage extension. |
| options | ExportPackageOptions |
| ownerOrgId | The 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. |
Definition at line 94 of file Asset.Package.cs.