Skip to main content

Importing and Placing 3D Models

This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prior experience is necessary.

Please contact the Creative Technology Lab for questions or assistance.


3D Models

3D Models are objects that can be placed in a 3D scene. They can also be called 3D Assets.

You can either create your own 3D model or use models that have been created by others.

We will use a model of a building that can be downloaded from here: UE Workshop Assets

After downloading the Building.fbx, diff, and diff wood files, we can then import them into our project.


Importing Models

  1. To import assets into your project, first open the Content Browser and click on +Add. From there you can click on Import to...

    Note: you can specify which folder the assets will get imported into by selecting that folder before clicking on Import.. This will make file management easier in the future.

Screenshot 2023-06-02 152106-min.png

  1. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded.

Screenshot 2023-06-02 152929-min.png

  1. they will show up in your Content Browser like this:

Screenshot 2023-06-02 153029-min.png

  1. You can then drag the building asset into your scene and place it wherever you like. Don't worry if the sizing doesn't look right yet.

Screenshot 2023-06-02 153328-min.png


Manipulating Models

You may have noticed that the model is too small within the scene. We will now change the scale of the object so it looks right in our scene.

Navigate to the Details panel on the right side of the screen. After selecting the building, you will be able to see many different properties of the object that can be changed. We are going to change the Scale of the object to 30 in the X, Y, and Z directions so it is uniform.

Screenshot 2023-06-02 153537-min.png

After changing these values, you will see that your building will look much better now. If your model is intersecting with the ground too much, try changing different values in the Location & Rotation fields to make it look a little better.

Screenshot 2023-06-02 153548-min.png


To continue with this tutorial, please follow the next article in this series.