From the course: Cert Prep: Unity Certified Associate Game Developer Fundamentals

Unlock the full course today

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

Importing assets

Importing assets - Unity Tutorial

From the course: Cert Prep: Unity Certified Associate Game Developer Fundamentals

Start my 1-month free trial

Importing assets

- Over the previous two movies, we've seen two different ways of importing content into the Unity engine. The first method is by using the package manager. This is a range of different editor extensions that unity provided for us. These extensions are not enabled by default, we have to go into the package manager and enable them things like pro builder, allowing us to build meshes directly inside the unity editor. Another method is to access the tons of content that are available on the Unity asset store. It's an online shopping mall of assets and extensions for unity that we can download and import into our projects. But of course the third method that we haven't seen is how to import your own custom created content. Let's imagine that you've been making your own mesh in your own modeling software and you want to bring that into unity. We're going to see how we can import our own meshes, and our own textures right here in…

Contents