# 3D File Formats

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.

{% file src="/files/jDRvibPmKvQDTGzQBduh" %}
Allows you to import GLB files.
{% endfile %}

{% file src="/files/GCRW1QgllneJ3CDdpaOH" %}
Allows you to import GLTF files.
{% endfile %}

{% hint style="success" %}
After following the above steps you should now be able to import GLB / GLTF files directly within Unity.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/3d-file-formats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
