Export and Import Unity Package: Unity Tutorial

This article explains how to export and import unity package in unity application.

Unity Package
A unity package is the collection of assets, like the zip file. Unity package allows to share and reuse unity projects and assets collections across different projects.

Export Unity Package

Export package allows you to compress and store the unity package. You can export the scene and any other assets in the unity project and can reuse it other projects.

Let’s prepare a simple scene to export a unity package. We will export this scene and will import in another project.

Export and Import Unity Package-Scene

Steps to export Unity package:

  • Navigate to Assets -> Export Package…
    Export and Import Unity Package- ExportNavigate
  • It will open Export Package window. Uncheck items that you don’t want in the unity package. Click All to select each asset in the projects.
    Export and Import Unity Package - ExportWindow
  • Click on Export. It will ask you to name the unity package and save it any directory. The file extension will be *.unitypackage.

Import Unity Package

Import unity package allows to unpack the assets inside the package. You can use these assets in the current project.

Steps to import unity package

  • Navigate to Assets -> Import Package -> Custom Package… (or any other standard package)
    Export and Import Unity Package -ImportNavigate
  • It will ask you to open the unity package from the directory. Locate the unity package and open it.
  • The unity package will open unity import window. Select the assets that you want to import in the project.
    Export and Import Unity Package-ImportWindow
  • Click on Import, the assets will be unpacked and will be imported to the project. Now you can use these assets in your current project.
    Export and Import Unity Package -AfterImport
  • Open the scene that was imported using Unity package.
    Export and Import Unity Package-ImportedScene
  • You can also import standard assets packages that comes with unity itself like 2D and Cameras.
  • You can also import unity package from Asset store. (Window -> Asset Store).

Hope you get to know about how to export and import unity package in unity application. Please post your comments for queries and feedback. Thanks for reading.

Share Button
The following two tabs change content below.
Gyanendu Shekhar is a technology enthusiast. He loves to learn new technologies. His area of interest includes Microsoft technologies, Augmented reality, Virtual reality, unity3d and android development.

Latest posts by Gyanendu Shekhar (see all)

Gyanendu Shekhar

Gyanendu Shekhar is a technology enthusiast. He loves to learn new technologies. His area of interest includes Microsoft technologies, Augmented reality, Virtual reality, unity3d and android development.

One thought on “Export and Import Unity Package: Unity Tutorial

  • October 22, 2022 at 6:46 pm
    Permalink

    I downloaded .unitypackage from link provided by online tutorial, but it’s not working. Folder shows EMPTY when I tried =>Assets > import package > custom package. Also tried extracting all the files.

    Also tried => windows>package manager> add package from disk

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *