{"id":31886975,"url":"https://github.com/muammar-yacoob/unity-gitactions","last_synced_at":"2026-05-19T14:06:19.098Z","repository":{"id":62283776,"uuid":"559204578","full_name":"muammar-yacoob/Unity-GitActions","owner":"muammar-yacoob","description":"Automate Unity Builds","archived":false,"fork":false,"pushed_at":"2024-10-16T20:06:23.000Z","size":2977,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T03:53:21.912Z","etag":null,"topics":["build","deploy","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/muammar-yacoob.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":"2022-10-29T11:43:12.000Z","updated_at":"2025-05-21T04:50:41.000Z","dependencies_parsed_at":"2024-10-18T11:20:27.358Z","dependency_job_id":"371a8f64-972e-4cb9-8f3b-9d69f2bfe2e6","html_url":"https://github.com/muammar-yacoob/Unity-GitActions","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/muammar-yacoob/Unity-GitActions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muammar-yacoob%2FUnity-GitActions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muammar-yacoob%2FUnity-GitActions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muammar-yacoob%2FUnity-GitActions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muammar-yacoob%2FUnity-GitActions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muammar-yacoob","download_url":"https://codeload.github.com/muammar-yacoob/Unity-GitActions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muammar-yacoob%2FUnity-GitActions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013683,"owners_count":26085394,"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-10-13T02:00:06.723Z","response_time":61,"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":["build","deploy","unity"],"created_at":"2025-10-13T05:54:51.651Z","updated_at":"2025-10-13T05:54:56.164Z","avatar_url":"https://github.com/muammar-yacoob.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Actions for Unity\n*Automate Unity Builds with Ease*\n\n![Promo Image](Promo/bender.png)\n\n**Description:**  \nGit Actions for Unity automates your Unity build process with GitHub Actions, simplifying setup and enhancing developer productivity.\n\u003cBR\u003e\n## 🚀 Quick Setup\nEasily integrate GitHub Actions into your Unity project with these simple steps:\n\n1. **Download** [the latest release](/releases) and copy the `.github` folder to your project root.\n2. **Run** the [activation file workflow 🔑](/.github/workflows/acuire-unity-activation-file.yml), then download and unzip the artifact to retrieve your `.alf` file.\n3. **Visit** the [Unity License Portal](https://license.unity3d.com/manual) and upload your `.alf` file to obtain the `.ulf` file.\n4. **Create a secret** in your repository settings: Navigate to **Secrets \u003e Actions**, and create a secret named `UNITY_LICENSE`.\n5. **Paste** the contents of your `.ulf` file into the `UNITY_LICENSE` secret.\n6. **Trigger** the [Build Project 🏗️](/.github/workflows/main.yml) workflow by pushing to the `main` branch.\n\n\u003e **Note:**  \n\u003e For GitHub Pages, ensure your repo is public. Navigate to **Repo Settings \u003e Pages**, set **Source** to `Deploy from a branch`, and select the `gh-pages` branch.  \n\u003e Your page will be published at: [https://`Repo-Owner`.github.io/`Repo-Name`](https://muammar-yacoob.github.io/Unity-GitActions)\n\n## 🔔 Notifications Setup\nStay updated with automated notifications by setting up webhooks:\n\n### 1. Create a Webhook\n- **Discord:** Go to Server Settings \u003e Integrations \u003e Webhooks \u003e New Webhook \u003e Choose the desired Channel.\n- **MS Teams:** In your [Channel], click on ... \u003e Connectors \u003e Incoming Webhook \u003e Configure.\n- **Slack:** Navigate to [Workspace] \u003e Administration \u003e Manage apps \u003e Custom Integrations \u003e Incoming WebHooks.\n\n### 2. GitHub Settings\nIn your GitHub Repo Settings:\n- Go to Secrets \u003e Actions \u003e New repository secret.\n- Use the following names based on your chosen platform:\n  - `DISCORD_WEBHOOK`\n  - `MS_TEAMS_WEBHOOK`\n  - `SLACK_WEBHOOK`\n- Paste the corresponding webhook URL as the value.\n\n## 📊 UML Diagrams Generation\nThe project includes an automated workflow for generating UML diagrams.\n\n### Usage\nSimply modify `.puml` files in the `docs/diagrams` directory to trigger UML diagram generation. PNGs will match the names of the `.puml` files.\n\n### Embed UML in Markdown\nYou can embed UML diagrams in your Markdown using the following syntax:\n```markdown\n![StageSystem Class Diagram](./docs/diagrams/StageSystem.png)\n```\n\n\n## Acknowledgments\nThe project is using the following services:\n- [PlantUML project](http://plantuml.com): Licensed under [GPL](http://www.gnu.org/copyleft/gpl.html).\n- [PlantUmlClassDiagramGenerator](https://github.com/pierre3/PlantUmlClassDiagramGenerator) by pierre3: Licensed under [MIT](https://github.com/pierre3/PlantUmlClassDiagramGenerator/blob/master/LICENSE).\n- [PlantUML URL generator project](https://gitlab.com/iternity/plantuml.cs) by iTernity GmbH: Licensed under [MIT](https://gitlab.com/iternity/plantuml.cs/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuammar-yacoob%2Funity-gitactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuammar-yacoob%2Funity-gitactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuammar-yacoob%2Funity-gitactions/lists"}