ExportPackageParameters
Export package parameters.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.AssetPackage
- Assembly: UnityEditor.CoreModule
public struct ExportPackageParameters
Remarks
To export a signed package, make sure the string isn't empty. For more information, refer to Identify the organization ID.
OwnerOrgIdConstructors
Constructor | Description |
|---|---|
| ExportPackageParameters(System.String,System.String,System.String,UnityEditor.ExportPackageOptions) | A list of parameters for the export operation. |
| ExportPackageParameters(System.String[],System.String,System.String,UnityEditor.ExportPackageOptions) | A list of parameters for the export operation. |
Properties
Property | Description |
|---|---|
| AssetPathNames | An array of asset paths to export. |
| FileName | The output file name for the exported package. |
| Flags | Options for how Unity exports a package. |
| OwnerOrgId | The ID of the organization that owns the package. |