An asset is any item that you use in your Unity project to create your application, such as textures, 3D models, or sound files. Assets can include:
VisualElement
class. You can style the look, define the behaviour, and display it on screen as part of the UI. More infoTo use assets in Unity, you must import them into your project. You can add assets to the Assets
folder of your project, or use scripts to import assets automatically.
Unity supports a wide range of asset formats. For more information, refer to Supported asset type reference.
If you’re working on a complex project with a large team of people, you can use the Unity Accelerator cache server to speed up asset management.
Unity uses the Asset Database to store the assets in your project and maintain consistency between the original source files and their imported versions used by your application at runtime. You can use the Import Activity window to inspect how Unity imports the assets in your project.
You can use AssetBundles to group together assets in an archive file format, which you can then use to update assets remotely, or provide DLC content for your application.
You can also use asset packagesA collection of files and data from Unity projects, or elements of projects, which are compressed and stored in one file, similar to Zip files, with the .unitypackage
extension. Asset packages are a handy way of sharing and re-using Unity projects and collections of assets. More info
See in Glossary to package assets together to share between other Unity projects.
You can perform many of the loading, importing, and unloading operations that Unity does with the Asset Database APIs.
An alternative method of managing loading assets is with the Resources system, but it can impact on the performance of your application.
The Addressables package provides a streamlined workflow for managing asset loading at runtime and is the recommended system for organizing assets in Unity projects.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.