Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 667 Bytes

Unity Build Exporter

See the README of the package for more information on the package itself.

Installing the package

You can add the BuildExporter via the Unity Package Manager to your Unity3d project. To do so, to go your Unity3d project's Packages/manifest.json and add the following line:

{
    ...
    "dependencies": {
        ...
        "io.armet.unity.buildexporter": "https://github.com/ar-met/unity-build-exporter.git?path=/Assets/BuildExporter#1.0.0",
        ...
    }
    ...
}

Make sure to use the latest release by looking up latest tag.