Skip to content

Instantly share code, notes, and snippets.

@realStandal
Last active October 2, 2023 22:28
Show Gist options
  • Save realStandal/a390052d956de20dd6e2671c7617592a to your computer and use it in GitHub Desktop.
Save realStandal/a390052d956de20dd6e2671c7617592a to your computer and use it in GitHub Desktop.
Blockbench to Unreal Engine 5

The following is how an object can be exported from Blockbench and imported to Unreal Engine 5.

Objects can be created in Blockbench according to its intended scale (16 pixels = 1 meter).

Objects should be exported from BB in the .obj format.

The .obj can be imported into Unreal Engine, just like any other asset.

A rotation should be applied to the object should be applied, used to normalize coordinates from Blockbech to UE.

  • X: 90
  • Z: 180 This will make all of the objects faces face the correct direction, as they do in BB.

A "uniform scale" of 100 should be applied, bringing the object to a resonable size: relative the cube provided in starter content.

The imported texture of an object should be Right-Clicked -> Sprite Actions -> Apply Paper2D Settings; this will solve resolution/scaling issues.

@itsjjrodedition
Copy link

so what about animations

@E342MakesMods
Copy link

so what about animations

use fbx for inimations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment