Node Copied to Clipboard!

Exporting Abscenes from Unity

.abscenes are the model file format Modest Tree uses to produce multi-platform models as a scene. Abscenes are unity scenes exported as .abscene archives, they contain all the data required for a scene which includes 3d models, textures, animations, light maps and any other data required for the scene to be loaded at runtime. They can be exported for WebGL, Windows, Android, iOS, and MetaQuest.

AbScene Exporter Plugin

The Abscene Explorer Plugin allows you to access the "Modest Tree Export" options when right clicking on a scene in Unity. This will allow the modelling team to export scenes from Unity that can be used directly in Modest Tree Xplorer. You can download the plugin here Follow the guide below for installing and using the exporter plugin.

Installing the plugin.

  1. Download the plugin from the above link.
  2. Open the modeling project In Unity that you would like to export.
  3. Open the Project tab within Unity Editor.
  4. Open Windows File Explorer to the folder that contains the downloaded plugin.
  1. Click on the plugin and drag and drop it into the Unity Project Tab. It doesn't matter where you put it as long as its within the Project window.
  1. You will see a popup for importing the plugin.
  1. Keep the selection as it is and click on the import button in the bottom right.

  2. This finishes the import process of the plugin and once Unity finishes compiling the plugin you would now have plugin functions available to you.

How to export using the plugin.

  1. After the plugin is installed now you have new file menu options available.
  2. Right click on the unity scene file and you will see the Modest Tree Export option.
  3. Click on Modest Tree Export and then select which platform you would like to make ex. Windows.
  4. Then select the type of export, usually it's Single Model Compressed. So Modest Tree Export > Windows > Single Model Compressed would export the scene for PC platform and would export a compressed model.
  1. Choose the file location to save the exported model file.
  1. Click on Select Folder button in the bottom right corner.
  2. Once you finish exporting you will have an abscene file in the file location you selected.