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.htmlarrow-up-right
To import GLB / GLTF files into the Unity Editor.
Start by installing the SDK.
Once installed, create an Editor folder somewhere in your project.
Editor
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.
Last updated 1 year ago