3D File Formats
Information about 3D files in Unity.
Last updated
Was this helpful?
Information about 3D files in Unity.
Last updated
Was this helpful?
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
To import GLB / GLTF files into the Unity Editor.
Start by installing the SDK.
Once installed, create an Editor
folder somewhere in your project.
Place these scripts inside the Editor
folder.
After following the above steps you should now be able to import GLB / GLTF files directly within Unity.