.glb. Built for Unreal Engine 5. It’s an Editor-only C++ plugin that uses Unreal’s built-in glTF Exporter.
Windows prerequisite: Visual Studio 2022 (Community is free) with the Game Development with C++ workload must be installed before Unreal can compile this plugin.
1
Download the plugin
Grab
LightExporter-Unreal.zip from the LightSDK releases page and unzip it.2
Install it
macOS — use the installer. Double-click
Install LightExporter.command from the unzipped folder. It copies the plugin into one project’s Plugins folder for you — just pick your .uproject in the dialog that opens. The first time, macOS may block the script because it was downloaded: right-click it → Open → Open the one time.Windows — use the installer. Right-click Install LightExporter.ps1 → Run with PowerShell. Pick your .uproject in the file dialog that opens.Manual (any platform). Copy the LightExporter folder into your project’s Plugins folder (create Plugins at the project root if it does not exist).Install per project, not engine-wide — the plugin ships as source, and Unreal only auto-builds a plugin inside a project’s Plugins folder. In the engine folder it fails with “Engine modules cannot be compiled at runtime.”3
Enable it
Quit the Unreal Editor first if it’s open - plugins are only detected at startup. Then open your project: Unreal offers to build the plugin, so accept. Once it loads, go to Edit → Plugins, search Light Exporter, confirm it’s enabled, and restart if prompted. If your project is Blueprint-only, right-click the
.uproject → Generate project files (or add any C++ class) first, so Unreal can compile the plugin.LightSDK.exe (Desktop, Downloads, Documents, PATH). If auto-open fails, add the LightSDK folder to your PATH.

