Unity supports most common image file types, such as BMP, TIF, TGA, JPG, and PSD. If you save your layered Photoshop (.psd) files into your Assets folder, Unity imports them as flattened images. You can find out more about importing images with alpha channels from photoshop, or importing your images as sprites
Since Unity supports the FBX file format, you can import data from any 3D modeling software that supports FBX. Unity also natively supports importing SketchUp files. For information on how to get the best results when exporting your FBX files from your 3D modeling software, see Optimizing FBX files.
Note: You can also save your 3D files from most common 3D modeling software in their native format (for example, .max, .blend, .mb, .ma). When Unity finds them in your Assets folder, it imports them by calling back to your 3D modeling software’s FBX export plug-in. However, it is recommended to export them as FBX
Whichever 3D modeling software you are using, Unity imports the Meshes and animations from each file. For a list of 3D modeling software that Unity supports, see Model file formats.
Your Mesh file does not need to have an animation to be imported. If you do use animations, you can import all animations from a single file, or import separate files, each with a single animation. For more information about importing animations, see Model import workflows.
If you save uncompressed audio files into your Assets folder, Unity imports them according to the compression settings specified. Read more about importing audio files.
In all cases, your original source file is never modified by Unity, even though within Unity you can often choose between various ways to compress, modify, or otherwise process the Asset. The import process reads your source file, and creates a game-ready representation of your Asset internally, matching your chosen import settings. If you modify the import settings for an Asset, or make a change to the source file in the Asset folder, that causes Unity to re-import the Asset again to reflect your changes.
Note: Importing native 3D formats requires that the 3D modeling software be installed on the same computer as Unity. This is because Unity uses the 3D modeling software’s FBX Exporter plug-in to read the file. Alternatively, you can directly export as FBX from your application and save into the Projects folder.
Unity ships with multiple Standard Assets. These are collections of Assets that are widely used by most Unity customers. These include: 2D, Cameras, Characters, CrossPlatformInput, Effects, Environment, ParticleSystems, Prototyping, Utility, Vehicles.
Unity transfers Standard Assets in and out of Projects using Asset packages.
Note: If you chose not to install Standard Assets when you installed Unity, you can download them from the Asset Store.
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.