{"id":16208018,"url":"https://github.com/iam1337/create-unitypackage","last_synced_at":"2026-05-09T09:34:32.384Z","repository":{"id":57117135,"uuid":"445507743","full_name":"Iam1337/create-unitypackage","owner":"Iam1337","description":"Semantic-release plugin to create a unitypackage.","archived":false,"fork":false,"pushed_at":"2023-01-18T08:40:38.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T21:40:31.856Z","etag":null,"topics":["javascript","npm","semantic-release","unity"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@iam1337/create-unitypackage","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Iam1337.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-07T12:05:50.000Z","updated_at":"2022-01-07T20:19:49.000Z","dependencies_parsed_at":"2023-02-10T14:01:27.483Z","dependency_job_id":null,"html_url":"https://github.com/Iam1337/create-unitypackage","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iam1337%2Fcreate-unitypackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iam1337%2Fcreate-unitypackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iam1337%2Fcreate-unitypackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iam1337%2Fcreate-unitypackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iam1337","download_url":"https://codeload.github.com/Iam1337/create-unitypackage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247722313,"owners_count":20985170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","npm","semantic-release","unity"],"created_at":"2024-10-10T10:15:06.110Z","updated_at":"2026-05-09T09:34:32.305Z","avatar_url":"https://github.com/Iam1337.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @iam1337/create-unitypackage\n\n[**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to create a [unitypackage](https://docs.unity3d.com/Manual/AssetPackages.html). Based on [unitypackage](https://github.com/pCYSl5EDgo/unitypackage) npm package.\n\n[![⚙ Release](https://github.com/Iam1337/create-unitypackage/actions/workflows/ci.yml/badge.svg)](https://github.com/Iam1337/create-unitypackage/actions/workflows/ci.yml)\n[![npm latest version](https://img.shields.io/npm/v/@iam1337/create-unitypackage/latest.svg)](https://www.npmjs.com/package/@iam1337/create-unitypackage)\n[![](https://img.shields.io/github/license/iam1337/create-unitypackage.svg)](https://github.com/Iam1337/create-unitypackage/blob/master/LICENSE)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n\n\n| Step               | Description |\n|--------------------|-------------|\n| `verifyConditions` | Verify the `packageRoot`, `projectRoot` and `output` options configuration. |\n| `prepare`          | Сreation unitypackage file. |\n\n## Install\n\n```bash\n$ npm i @iam1337/create-unitypackage\n```\n\n## Usage\n\nThe plugin can be configured in the [**semantic-release** configuration file](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration):\n\n```json\n{\n  \"plugins\": [\n    [\"@iam1337/create-unitypackage\", {\n      \"packageRoot\": \"Assets/Package\",\n      \"projectRoot\": \"./\",\n      \"output\": \"Package.unitypackage\"\n    }],\n    [\"@semantic-release/github\", {\n      \"assets\": [\n        {\"path\": \"Package.unitypackage\", \"label\": \"Package v${nextRelease.version}\"}\n      ]\n    }]\n  ]\n}\n```\n\n## Configuration\n\n### Options\n\n| Options | Description | Default |\n|---------|-------------|---------|\n| `packageRoot` | Path to the directory you want to archive to unitypackage inside the Assets directory. | - |\n| `projectRoot` | Unity project directory. | `./` |\n| `output` | Output unitypackage path. Must end with .unitypackage. | - |\n\n**Note**: The `packageRoot` directory must have own .meta file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiam1337%2Fcreate-unitypackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiam1337%2Fcreate-unitypackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiam1337%2Fcreate-unitypackage/lists"}