This tool (while a bit rough around the edges) allows for the generation of custom UPM packages of various components of the project.
-
Go to
EOS Plugin -> Advanced -> Create Package
. -
Select an output path for the package.
-
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.
- "Create UPM Package" will create a tarball
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
.