{"id":35189658,"url":"https://github.com/foxscore/make-unitypackage","last_synced_at":"2026-05-17T21:34:46.077Z","repository":{"id":258569178,"uuid":"872945110","full_name":"foxscore/make-unitypackage","owner":"foxscore","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-13T11:08:50.000Z","size":249,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T23:27:26.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxscore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-15T10:49:38.000Z","updated_at":"2024-10-17T12:02:12.000Z","dependencies_parsed_at":"2024-10-20T14:18:23.162Z","dependency_job_id":null,"html_url":"https://github.com/foxscore/make-unitypackage","commit_stats":null,"previous_names":["foxscore/make-unitypackage"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/foxscore/make-unitypackage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxscore%2Fmake-unitypackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxscore%2Fmake-unitypackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxscore%2Fmake-unitypackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxscore%2Fmake-unitypackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxscore","download_url":"https://codeload.github.com/foxscore/make-unitypackage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxscore%2Fmake-unitypackage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28111076,"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","status":"online","status_checked_at":"2025-12-29T02:00:07.021Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-12-29T05:32:24.381Z","updated_at":"2025-12-29T05:32:24.966Z","avatar_url":"https://github.com/foxscore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Make UnityPackage\n\n\u003e [!CAUTION]\n\u003e If you were using `v1`, make sure to upgrade to `v1.1`, as there was a critical bug that made `.unitypackage` files uninstallable.\n\n## Licensing\n\n- Licensed under [GNU GPL v3 or later](https://spdx.org/licenses/GPL-3.0-or-later.html).\n- The contents of the `dist` folder are unlincensed, and were generated using [ncc](https://www.npmjs.com/package/@vercel/ncc).\n\n## Inputs\n\n| Required | Parameter | Description                                                                                                                                                                                                                                      | Type     | Default |\n| :------: | :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :------ |\n|    ✓     | `path`    | The directory that should be converted into a UnityPackage.                                                                                                                                                                                      | `string` |         |\n|    ✓     | `saveTo`  | Where the .unitypackage file should be saved to.                                                                                                                                                                                                 | `string` |         |\n|          | `icon`    | Path to the icon file. Must be a `png`.                                                                                                                                                                                                          | `string` | *Empty* |\n|          | `prefix`  | A text that should be put infront of any files path. If your repository is the package itself, the prefix could be something like `Packages/com.example/`. If your repository is an entire Unity project, the prefix should be left out / empty. | `string` | *Empty* |\n\n## Setup\n\nAdd the following snippet to your workflow file, with the appropriate parameters:\n\n```yml\n- name: Create UnityPackage\n  uses: foxscore/make-unitypackage@v1\n  with:\n    path: Packages/com.example.package\n    saveTo: ${{ env.unityPackage }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxscore%2Fmake-unitypackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxscore%2Fmake-unitypackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxscore%2Fmake-unitypackage/lists"}