Version: Unity 6 (6000.0)
Language : English
Image import as sprites
Place images directly into the project folder

Images as sprites import process

Sprites are a type of assetAny media or data that can be used in your game or project. An asset may come from a file created outside of Unity, such as a 3D Model, an audio file or an image. You can also create some asset types in Unity, such as an Animator Controller, an Audio Mixer or a Render Texture. More info
See in Glossary
you can use in your 2D Unity project. This section shows how to import images as spritesA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary
.

You can import images into your project through two main methods:

If you create your project with the 2D template or set the project to 2D mode, Unity automatically imports images as the Sprite (2D and UI) Texture Type. If you set your project mode to 3D instead, Unity imports your image as a texture.

Prerequisites

To adjust the import settings for images imported as the Sprite (2D and UI), you must install the 2D Sprite package. You will be given the option to install the package if you select the Sprite (2D and UI) Texture Type without the package installed.

Image import as sprites
Place images directly into the project folder