From the course: Learning Unity 2D Sprites

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Import sprites

Import sprites - Unity Tutorial

From the course: Learning Unity 2D Sprites

Start my 1-month free trial

Import sprites

- [Instructor] Now it's time for us to import some artwork into our project. Adding artwork or external files is actually really easy with Unity. I'm going to switch over to the Resources folder inside of the Exercise Files folder included with this course. Here you'll see two folders, one for sprite-sheets, and the other for sprites. Sprites represent individual images, whereas sprite sheets are multiple images put together on a single image. We'll go into more detail about this later. Let's drag both of these folders into the Artwork folder of our Unity project. We can select the Artwork folder and now you'll see, these two folders have been copied over to our project. If we double-click on the sprites folder, here we'll have all the sprites we just imported. Let's select the first sprite and take a look at it in the Inspector. When building a 2D game, a sprite represents any 2D graphic inside of the game itself. Sprites can be of any size, and as you can see, here are a collection…

Contents