📂3D File Formats

Information about 3D files in Unity.

Unity supports a vast array of 3D file formats. You can find a full list of the formats supported in Unity here: https://docs.unity3d.com/2020.1/Documentation/Manual/3D-formats.html

Using GLB / GLTF files

To import GLB / GLTF files into the Unity Editor.

  1. Start by installing the SDK.

  2. Once installed, create an Editor folder somewhere in your project.

  3. Place these scripts inside the Editor folder.

Allows you to import GLB files.
Allows you to import GLTF files.

Last updated

Was this helpful?