From the course: Cert Prep: Unity Certified Associate Game Developer UI and 2D Games

Unlock the full course today

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

Importing and creating tilesets

Importing and creating tilesets - Unity Tutorial

From the course: Cert Prep: Unity Certified Associate Game Developer UI and 2D Games

Start my 1-month free trial

Importing and creating tilesets

- [Instructor] In this chapter of the course, we're going to look at tilesets. And these offer us a really great way for quickly building massive 2D environments. Tilesets are a collection of different building block textures that we can repeat and assemble together to build really large environments. Let's see how to do that. To demonstrate tilesets, I'm going to be importing some textures into our Unity project. And these are taken from the 2D game kit that we've seen already. I'm going to bring in the assets to import folder. And you'll see that inside that folder, we have a tileset rock.png file. It's going to contain different tiles that we can piece together to make a natural outdoor environment. I'm going to drag and drop that texture into the project panel, into the Unity editor. After importing the texture, you can see it is located down here. And by selecting that inside the project panel, I can see a…

Contents