REACH Explorer
  • ❓Getting Started
  • đŸ–Ĩī¸REACH Explorer
    • âŦDownloads
    • 👤Create an Account
    • đŸ‘ĨEquip an Avatar
    • ⚡Blockchain
      • 💰Connect a Wallet
        • Cardano
        • Ethereum
    • â„šī¸Support
      • đŸ’ģDevice Requirements
      • 🌐How to Clear Browser Cache
    • âš–ī¸Terms of Service
  • đŸ› ī¸Metaverse Cloud Engine SDK
    • 🎮Unity Engine SDK
      • âš ī¸Limits
      • âŦ‡ī¸How to Install the SDK
      • 👤Create an Account
      • âŦ†ī¸Upload a Space
      • âŦ†ī¸Upload a Prefab
      • âŦ†ī¸Upload an Avatar
      • đŸ¤ŗAR Experiences
      • 👀Content Visibility
      • đŸŽĨRender Pipelines
      • 📂3D File Formats
      • 📜Custom Scripting
        • Custom JavaScript
          • Getting Started
          • Guidelines
      • 🔧Components
        • AI & Machine Learning
          • AI Agent
          • Text To Speech
        • Interactions
          • Metaverse Interactable
            • Non VR Animation
        • Networking
          • Network Object
          • Network Transform
          • Network Object RPC
          • Network Event
        • Blockchain
          • Blockchain GLB
          • Blockchain Query
        • Avatars
          • Player Avatar Container
        • General
          • Platform API
          • Video Camera API
        • Assets
          • Asset
            • Asset Meta Data
          • Meta Space
            • Meta Space Meta Data
          • Meta Prefab
            • Meta Prefab Meta Data
Powered by GitBook
On this page

Was this helpful?

  1. Metaverse Cloud Engine SDK
  2. Unity Engine SDK

3D File Formats

Information about 3D files in Unity.

PreviousRender PipelinesNextCustom Scripting

Last updated 1 year ago

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:

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.

After following the above steps you should now be able to import GLB / GLTF files directly within Unity.

đŸ› ī¸
🎮
📂
https://docs.unity3d.com/2020.1/Documentation/Manual/3D-formats.html
1KB
GLBImporter.cs
Allows you to import GLB files.
1KB
GLTFImporter.cs
Allows you to import GLTF files.