{"id":19371083,"url":"https://github.com/natsuneko-laboratory/create-unitypackage","last_synced_at":"2025-07-29T13:11:35.566Z","repository":{"id":65161038,"uuid":"455411332","full_name":"natsuneko-laboratory/create-unitypackage","owner":"natsuneko-laboratory","description":"Create a UnityPackage on GitHub Actions, without Unity Editor","archived":false,"fork":false,"pushed_at":"2024-04-17T11:08:58.000Z","size":4746,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T11:59:12.759Z","etag":null,"topics":["github-actions","unity"],"latest_commit_sha":null,"homepage":"https://docs.natsuneko.cat/en-us/create-unitypackage/","language":"TypeScript","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/natsuneko-laboratory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-02-04T03:37:20.000Z","updated_at":"2024-04-17T11:14:33.000Z","dependencies_parsed_at":"2024-02-06T14:27:41.483Z","dependency_job_id":"712b0847-6159-4c9c-91a9-4f0e6938175e","html_url":"https://github.com/natsuneko-laboratory/create-unitypackage","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"64acd22bc4eb1ef0d0088c66a9784b4bc32ac099"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/natsuneko-laboratory/create-unitypackage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natsuneko-laboratory%2Fcreate-unitypackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natsuneko-laboratory%2Fcreate-unitypackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natsuneko-laboratory%2Fcreate-unitypackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natsuneko-laboratory%2Fcreate-unitypackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natsuneko-laboratory","download_url":"https://codeload.github.com/natsuneko-laboratory/create-unitypackage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natsuneko-laboratory%2Fcreate-unitypackage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267693319,"owners_count":24129131,"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-07-29T02:00:12.549Z","response_time":2574,"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":["github-actions","unity"],"created_at":"2024-11-10T08:17:22.589Z","updated_at":"2025-07-29T13:11:35.527Z","avatar_url":"https://github.com/natsuneko-laboratory.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @natsuneko-laboratory/create-unitypackage\n\nCreate a UnityPackage on GitHub Actions, without Unity Editor\n\n## Properties\n\n| Name                | Type       | Required              | Description                                                                   |\n| ------------------- | ---------- | --------------------- | ----------------------------------------------------------------------------- |\n| `root`              | `string`   | No (default: `cwd()`) | the Unity project root directory                                              |\n| `files`             | `string[]` | No (default: `[]`)    | the actual file paths (not meta) to include to unitypackage                   |\n| `files-glob`        | `string[]` | No (default: `[]`)    | the glob patterns for actual file paths (not meta) to include to unitypackage |\n| `respect-gitignore` | `boolean`  | No (default: `true`)  | respect `.gitignore` / `.npmignore` file for filtering files                  |\n| `dest`              | `string`   | Yes                   | the destination path for creating unitypackage                                |\n\n## Example\n\n```yml\nname: \"Release by Tag\"\n\non:\n  push:\n    tags:\n      - v\\d+\\.\\d+\\.\\d+\n  workflow_dispatch:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          lfs: true\n\n      - name: create unitypackage from files\n        uses: natsuneko-laboratory/create-unitypackage@v3\n        with:\n          files: |\n            ./Assets/NatsunekoLaboratory/MonoBehaviour.cs\n            ./Assets/NatsunekoLaboratory/Resources/Logo.png\n          dest: test.unitypackage\n\n      - name: create unitypackage from glob pattern\n        uses: natsuneko-laboratory/create-unitypackage@v3\n        with:\n          files-glob: |\n            ./Assets/NatsunekoLaboratory/**/*.cs\n          dest: test.unitypackage\n```\n\nIf you want to see more examples, please check [`.github/workflows/action.yml`](.github/workflows/action.yml).\n\n## License\n\nMIT by [@6jz](https://to.natsuneko.com/6jz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatsuneko-laboratory%2Fcreate-unitypackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatsuneko-laboratory%2Fcreate-unitypackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatsuneko-laboratory%2Fcreate-unitypackage/lists"}