# Collaborate and share links to assets with deep linking

> Share deep links to open project assets in the Unity Editor or on the web.

> **Note:**
>
> If you use the legacy Unity Dashboard experience, all references to **Project Assets** on this page refer to **Unity Pipeline**.

Share deep links to project assets between the Unity Editor and Unity Pipeline web. Unity Pipeline uses the [Unity Deep Linking package](https://docs.unity3d.com/Packages/com.unity.cloud.deep-linking@1.1/manual/index.html) to open assets directly in the appropriate application.

## Prerequisites

To open deep links in the Unity Editor, you need:

* The [Unity Editor](/hub/add-editor.md) version 6.0 or later
* [Unity Hub](/hub.md) 3.19.5
* The [Unity Deep Linking package](https://docs.unity3d.com/Packages/com.unity.cloud.deep-linking@1.1/manual/index.html) installed in the Unity Editor
* Access to the project that contains the asset

To open deep links on the web, you must:

* Be a member of the organization that owns the project.

## Open directories (folders) from the web in the Unity Editor

To open a directory from Unity Pipeline web in the Unity Editor, do one of the following:

1. In the **Project Assets** interface, select the **More** (**...**) menu for the directory.
2. Select **Open in Unity Editor**.

Or

1. In the **Project Assets** interface, select a directory.
2. In the upper-right corner, select the **Open in Unity Editor** icon.

## Open assets from the web in the Unity Editor

To open an asset from Unity Pipeline web in the Unity Editor:

1. In the **Project Assets** interface, select the **More** (**⋮**) menu for the asset.
2. Select **Open in Unity Editor**.

Or

1. In the **Project Assets** interface, select an asset to open its preview.
2. In the upper-right corner, select the **Open in Unity Editor** icon.

If you meet the prerequisites, Unity Hub opens the asset or directories directly in the Unity Editor. If you're missing any requirements, Unity Hub explains what you need to do before it can open the asset.

## Share an asset from the Unity Editor

### Copy a link to open an asset on the web

1. In the Unity Editor, right-click the asset that you want to share.
2. Select **Copy link** > **To Web**.

You can paste the link into a web browser or share it with other members of your organization.

### Copy a link to open an asset in the Unity Editor

1. In the Unity Editor, right-click the asset that you want to share.
2. Select **Copy link** > **To Editor**.

You can now share the link with others.
