Version: Unity 6.5 Alpha (6000.5)
Language : English
Text assets
Introduction to importing assets

Importing assets

You can import external files, such as textures, models, audio, and scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary
into your project, which Unity then manages and maintains for your project. Additionally, you can use tools such as the Import Activity window to monitor asset import timings and keep track of any assets which take a long time to import.

Topic Description
Introduction to importing assets Learn the basics of importing assets into Unity.
Asset metadata Understand how Unity manages metadata for imported assets.
Importing assets simultaneously Import multiple assets at the same time.
Managing importers with scripts Create and use scripts to customize importer behavior.

Additional resources

Text assets
Introduction to importing assets