Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.27 KB

creating_the_upm_package.md

File metadata and controls

25 lines (16 loc) · 1.27 KB

README.md

Creating a UPM package


Overview

This tool (while a bit rough around the edges) allows for the generation of custom UPM packages of various components of the project.

Steps to generate a UPM package

  1. Go to EOS Plugin -> Advanced -> Create Package.

  2. Select an output path for the package.

  3. Select button for the package you want to create:

    • "Create UPM Package" will create a tarball .tgz file in the output directory indicated that contains the plugin.
    • "Create .unitypackage" will create a .unitypackage file containing the plugin.
    • "Export to Directory" will do the same as "Create UPM Package," but will not compress the output, so you'll get a directory of the exported files.

Important

If you are familiar with the structure of the package .json file format, you can expand the advanced carrot and use a different .json for package creation. By default, the json file is etc/PackageConfigurations/eos_package_description.json.