# Asset package Asset Store publishing workflow

> You can create an asset package from assets that you own and make it available to download on Unity's Asset Store.

To do this, follow the Asset Store publishing workflow which requires personal information, information about your Editor, and approval from Unity's Asset Store team.

> **Note:**
>
> For information about the legal requirements an Editor must meet, read the [Asset Store Provider Agreement](https://unity3d.com/legal/as_provider) and the [Submission Guidelines](https://unity3d.com/asset-store/sell-assets/submission-guidelines).

## Prerequisites

To publish assets to the Asset Store, you must first create the following:

1. [Create a Unity ID](https://id.unity.com/account/new).
2. [Set up an Asset Store publisher profile](/asset-store/publishing/create-account.md).

## Publish an asset package to the Asset Store

To create and publish assets as an asset package (`.unitypackage`), do the following:

1. In the publisher portal, [create a package draft](/asset-store/publishing/asset-packages/create-package.md).

2. In the Unity Editor:

   1. [Validate assets](/asset-store/publishing/asset-packages/upload.md).
   2. [Upload assets](/asset-store/publishing/asset-packages/upload.md).

3. In the publisher portal:

   1. [Submit a package for approval](/asset-store/publishing/asset-packages/submit.md).
   2. [Check the status of an Asset Store package submission](/asset-store/publishing/asset-packages/status.md).

When your package is available on the Asset Store, you can manage it in the following ways:

* [Update an Asset Store package](/asset-store/publishing/asset-packages/update.md)
* [Manage Asset Store package sales and revenue](/asset-store/publishing/asset-packages/revenue.md)
* [Deprecate an Asset Store package](/asset-store/publishing/asset-packages/remove-package.md)
* [Add a user to a publisher profile](/asset-store/publishing/users.md)

## Additional resources

* [Managing your Organization](/cloud.md)
* [Asset Store packages](/asset-store/downloads/asset-store-packages.md)
* [Introduction to importing assets](https://docs.unity3d.com/6000.6/Documentation/Manual/ImportingAssets.html)
