PackageCreator
Scaffolds new UPM packages and automates the release workflow. Generates complete package structure with Runtime, Editor, Documentation and optional Samples folders, plus metadata files and PowerShell scripts for prepare-sign-publish release cycles to npm.
Unity Project
Download the source from GitHub

Dependencies (3)
README
PackageCreator
Unity project and reusable UPM package for scaffolding Unity packages and automating the release flow.
What it does
- creates a package under
Packages/<reverse-domain-name> - generates
Runtime,Editor,Documentation~and optionalSamples~ - generates
README.md,CHANGELOG.md,LICENSEand asmdefs - generates reusable release scripts for
prepare -> sign -> publish
Included package
This repository contains:
Packages/com.jaimecamacho.packagecreator
After importing it in another Unity project, open:
Tools > JaimeCamachoDev > Package Creator
Generated release scripts
The tool can generate these project-level files:
scripts/Prepare-UpmRelease.ps1scripts/Sign-UpmPackage.ps1scripts/Publish-UpmPackage.ps1scripts/Publish-SignedTarball.ps1scripts/Release-UpmPackage.ps1scripts/Test-UpmPackage.ps1Release-UpmPackage.batRelease-UpmPackage-ManualSign.batPublish-SignedTarball.bat
Typical usage:
./Release-UpmPackage-ManualSign.bat -Version 1.2.0
That flow prepares metadata, waits for the signed .tgz export if needed, and then publishes it to npm.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In