# Package

> A class for importing and exporting asset packages.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.AssetPackage](/engine/6000.6/script-reference/unityeditor/assetpackage.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static class Package
```

## Static Methods

| Method                                                                               | Description                                   |
| ------------------------------------------------------------------------------------ | --------------------------------------------- |
| [Export](/engine/6000.6/script-reference/unityeditor/assetpackage/package/export.md) | Exports assets using the parameters argument. |
| [Import](/engine/6000.6/script-reference/unityeditor/assetpackage/package/import.md) | Imports a package into the current project.   |
