Importing assets
We have different sources of assets we can use in our project. We can simply get a file from our artist, download them from different free and paid assets sites, or we can use the Asset Store, Unity's official virtual asset store, where we can get free and paid assets ready to use with Unity. We will use a mix of downloading an asset from the internet and from the Asset Store, just to get all possible resources.
In this section, we will cover the following concepts related to importing assets:
- Importing assets from the internet
- Importing assets from the Asset Store
- Downloading and importing assets into our project from the internet
Importing assets from the internet
In terms of getting art assets for our project, let's start with our terrain textures. Remember that we have our terrain painted with a grid pattern, so the idea is to replace that with grass, mud, rock, and other kinds of textures. To do that, we must get images....