Link Search Menu Expand Document

Model Import and Export

Since the ARENA uses GLTF models as a web-friendly format, it is useful to know how to export your Unity work as a GLTF model, which the ARENA web can render.

Importing GLTF With glTFast

GLTFs with urls stored as objects in the ARENA are automatically downloaded at Runtime (Play) and rendered with the help of the glTFast library. Decompression of GLTFs compressed with Draco, KTX, and Mesh Optimization are supported.

Exporting GLTF With glTFast

In the GameObject and Asset menus, you can export your models as GLTF: /assets/img/unity/arena-unity-gltf-menu.png

  • Remote File & ARENA Object: choose ARENA Export GLTF.
  • Local File: choose Export glTF.

There is also an advanced menu available to fine tune your ARENA export:

/assets/img/unity/arena-unity-gltf-advanced.png

Exporting GLTF With GLTF-Exporter

  1. Use the GLTF-Exporter package to export to GLTF file format.
  2. Store this model online, like the on the ARENA File Store or Dropbox.
  3. In scene ARENA View load your ARENA scene.
  4. Import your model, adding an ARENA object using the menu GameObject > ARENA > GLTF Model and provide your model URL.