> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getlight.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Unity

> Export from Unity straight into Light SDK.

One click sends your selected objects (or the whole scene) to Light SDK as a `.glb`. Works with Unity 2021.3 and newer.

<Steps>
  <Step title="Download the plugin">
    Grab `LightExporter-Unity.zip` from the [LightSDK releases page](https://github.com/Light-718/LightSDK-releases/releases/latest) and unzip it.
  </Step>

  <Step title="Add the glTFast package">
    In Unity: **Window → Package Manager → + → Add package by name…**, enter `com.unity.cloud.gltfast`, and add it.

    <Frame>
      <img src="https://mintcdn.com/light-308e674e/9l0nTq_SwGRPq4uM/images/image-2.png?fit=max&auto=format&n=9l0nTq_SwGRPq4uM&q=85&s=38d85616848264693b8d24c9a461ecef" alt="Image" width="644" height="322" data-path="images/image-2.png" />
    </Frame>
  </Step>

  <Step title="Add it to your project">
    **Package Manager → + → Add package from disk…**, then select `LightExporter/package.json` from the unzipped folder.\\

    <Frame>
      <img src="https://mintcdn.com/light-308e674e/9l0nTq_SwGRPq4uM/images/image-3.png?fit=max&auto=format&n=9l0nTq_SwGRPq4uM&q=85&s=45c4e516d0dd2c227422854a10dd6305" alt="Image" width="1590" height="884" data-path="images/image-3.png" />
    </Frame>
  </Step>
</Steps>

**Use it:** **Light → Export to Light** (`⌘⌥L` on macOS, `Ctrl+Alt+L` on Windows), or right-click a selection in the Hierarchy → **Export to Light**. If objects are selected, only the selection exports — otherwise the whole scene does.

Light SDK opens automatically with your model. On Windows, the plugin searches common locations for `LightSDK.exe` (Desktop, Downloads, Documents, PATH). If auto-open fails, add the `LightSDK` folder to your PATH.

<Frame>
  <img src="https://mintcdn.com/light-308e674e/9l0nTq_SwGRPq4uM/images/image-4.png?fit=max&auto=format&n=9l0nTq_SwGRPq4uM&q=85&s=ac483690a0b0691a139dae2eb1d775f6" alt="Image" width="1722" height="974" data-path="images/image-4.png" />
</Frame>
