How do I reuse assets between projects?
Manual     Reference     Scripting   
Unity Manual > FAQ > Workflow Questions > How do I reuse assets between projects?

How do I reuse assets between projects?

As you build your game, Unity stores a lot of metadata about your assets (import settings, links to other assets, etc.). If you want to take your assets into a different project, there is a specific way to do that. Here's how to easily move assets between projects and still preserve all this info.

  1. In the Project View, select all the asset files you want to export.
  2. Choose Assets->Export Package... from the menubar.
  3. Name and save the package anywhere you like.
  4. Open the project you want to bring the assets into.
  5. Choose Assets->Import Package... from the menubar.
  6. Select your package file saved in step 3.

Hints

Page last updated: 2007-11-16