Importing textures
Importing textures into UE 5 is a really simple process. Let's start with the Robot Drone's textures first:
- Create two new folders inside the
RobotDrone
folder in the sources view area of the Content Browser panel. Name the first folderTextures
and the second folderMaterials
. Open theTextures
folder. - Select all the Robot Drone's exported textures in their location on your hard drive. These are the textures that you exported from Quixel Mixer at the end of Chapter 5, Texturing Your Models inside Quixel Mixer. These textures are the following:
RobotDrone_Albedo.png
,RobotDrone_AO.png
,RobotDrone_Metalness.png
,RobotDrone_Roughness.png
, andRobotDrone_Normal.png
.Note
If you prefer to use the provided textures instead of using your own exported textures, you can download all of these textures (for the Robot Drone and Alien Plant) from the online repository here: https://github.com/PacktPublishing/Unreal-Engine-5-Character-Creation-Animation...