Legacy Documentation: Version 4.6
Language: English
How do I reuse assets between projects?
Porting a Project Between Platforms

How do I install or upgrade Standard Assets?

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Unity ships with multiple Standard Assets packages. These are collections of assets that are widely used by most Unity customers. When you create a new project from the Project Wizard you can optionally include these asset collections. These assets are copied from the Unity install folder into your new project. This means that if you upgrade Unity to a new version you will not get the new version of these assets and so upgrading them is needed. Also, consider that a newer version of e.g. an effect might behave differently for performance or quality reasons and thus requires retweaking of parameters. It’s important to consider this before upgrading if you don’t want your game to suddenly look or behave differently. Check with the package contents and Unity’s release notes.

Standard Assets contain useful things like a first person controller, skyboxes, lens flares, Water prefabs, Image Effects and so on.

The Standard Assets packages listed when creating new project
The Standard Assets packages listed when creating new project

Upgrading

Sometimes you might want to upgrade your Standard Assets, for example because a new version of Unity ships with new Standard Assets:

  1. Open your project.
  2. Choose package you want to update from Assets->Import Package submenu.
  3. A list of new or replaced assets will be presented, click Import.

Note that the upgrade will replace files for which a newer version is available but it won’t remove obsolete files from the previous version of the Standard Assets. To avoid such unwanted files, you might want to remove the old Standard Assets from the project before installing the new version. However, it is wise to keep a backup copy of the old assets just in case your project depends on them in a way you didn’t anticipate.

How do I reuse assets between projects?
Porting a Project Between Platforms