Learn ShapesXR
HomeGet AppDashboard
  • About ShapesXR
  • Pricing Limitations FAQ
  • Getting Started
    • Sign In
    • Compatible VR Headsets and downloading
    • Free or Paid
    • Performance limitations
  • Tutorial Series
  • Basics
    • Lobby
    • Movement/Locomotion
    • Scenes
    • Viewpoints
    • Undo/Redo
    • Environment
    • Settings
    • Space links
  • Objects Creation
    • Tools and Toolbar
    • Shape Tool
    • Assets Library
    • Draw tool
    • Text Tool
    • Paint tool
  • Objects Manipulation
    • Basic manupulation
    • Gizmo
    • Snapping
    • Grouping
  • Object Inspector
    • Material Customization in Object Inspector
  • Collaboration
  • Mixed Reality & Passthrough
    • MR mode (Passthrough mode)
    • Room-scale mode
    • Room-scale collaboration
    • AR Headset simulation
  • Prototyping
    • Interactivity and Play mode
    • Gaze & Pinch interaction
    • How to prototype with sounds
    • Attach to body
  • Figma Import
  • Import
    • Uploading and using your assets
    • Limits and recommendations
    • Centering and adjusting the scale and rotation of imported models
    • Figma integration
    • File management (folders)
    • 3D Models importing tips
    • Images importing tips
    • Import FAQ
  • Export & Sharing
    • Export as 3D model
    • Sharing spaces via app/web
    • How to embed spaces
    • Unity Integration
    • Taking photos
    • How to import into Unreal Engine 5
  • Presentation
  • Copy & Paste
  • Holonotes
  • Project Management
  • Web Editor
    • Controls
    • Follow mode
  • Guides
    • Pro license administration
    • Business license activation
    • Education license activation
    • Email change guide
Powered by GitBook
On this page
  1. Export & Sharing

How to import into Unreal Engine 5

PreviousTaking photosNextPresentation

Last updated 7 months ago

Here’s the revised step-by-step guide for importing a model from Shapes into Unreal Engine 5:

  1. USD Format for Scene Import: The only format that allows importing a complex scene from Shapes into Unreal Engine is USD.

  2. Export from Shapes:

  • In Shapes (both in VR and Web Editor), select the current scene or the specific objects you want to export.

  • Use the Export Current Scene or Export Selected Objects option to export them in USDz format. (more - )

  1. Download the File: After exporting, go to the Shapes Dashboard and download the exported file.

  2. Rename and Extract:

  • Rename the file from .usdz to .zip (for example, file_name.usdz → file_name.zip).

  • Extract the contents of the archive. Inside the folder, you will find a .usdc file (the main scene file), along with resources such as textures.

  1. Install the USD Plugin in Unreal Engine:

  • Open Unreal Engine 5 and go to Edit > Plugins.

  • Search for USD Importer and enable the plugin.

  • Restart Unreal Engine for the plugin to activate.

  1. Import the .usdc File into Unreal:

  • In the Content Browser, click Import and select the .usdc file from the extracted folder.

  • Review the import settings and click Import.

Note that color discrepancies often result from Unreal Engine’s lighting settings. Try adjusting settings like Auto Exposure to match the display in Shapes more closely.

The import option described above will merge all models into one, which may not be desirable if you want to edit each model separately later. In this case, you can use an alternative option:

  1. Use File > Import into Level to import the models.

  2. In the import settings, under Kinds to Collapse, uncheck all checkboxes.

  3. Click Import - this will import the UDSc file as separate Static Mesh assets in the Asset Browser, and an actor will be created in the scene using these assets like it was in Shapes.

  4. To save the actor as a Blueprint (similar to a prefab in Unity or a component in Figma to reuse between scenes) if needed:

  • Select the actor in the scene.

  • In the Details panel, find the option Convert this Actor to Reusable Blueprint Class.

  • Choose an option like Harvest Components to create a reusable Blueprint.

Export