Integrating assets
We have just imported lots of files that can be used in several ways, so the idea of this section is to see how Unity integrates those assets with the GameObjects and components that need them.
In this section, we will cover the following concepts related to importing assets:
- Integrating terrain textures
- Integrating meshes
- Integrating materials
Let’s start by using tileable textures to cover the terrain.
Integrating terrain textures
In order to apply textures to our terrain, do the following:
- Select the Terrain object.
- In the Inspector, click the brush icon of the Terrain component (second button).
- From the drop-down menu, select Paint Texture:
Figure 4.15: Terrain Paint Texture option
- Click the Edit Terrain Layers… | Create Layer option.
- Find and double-click the terrain texture you downloaded previously in the Texture Picker window that appears: ...