{"id":13661339,"url":"https://github.com/superunitybuild/buildactions","last_synced_at":"2025-04-25T02:32:35.239Z","repository":{"id":52428352,"uuid":"78243812","full_name":"superunitybuild/buildactions","owner":"superunitybuild","description":"BuildActions for use with the SuperUnityBuild build automation tool.","archived":false,"fork":false,"pushed_at":"2024-05-19T09:59:51.000Z","size":413,"stargazers_count":177,"open_issues_count":6,"forks_count":38,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-02T05:13:08.077Z","etag":null,"topics":["automation","build-automation","game-development","hacktoberfest","unity","unity3d"],"latest_commit_sha":null,"homepage":"https://github.com/superunitybuild/buildtool","language":"C#","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/superunitybuild.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-06T22:31:43.000Z","updated_at":"2024-07-31T16:42:03.000Z","dependencies_parsed_at":"2022-09-07T15:02:09.067Z","dependency_job_id":"a5755d6f-abc6-4b83-a35e-776543579445","html_url":"https://github.com/superunitybuild/buildactions","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superunitybuild%2Fbuildactions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superunitybuild%2Fbuildactions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superunitybuild%2Fbuildactions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superunitybuild%2Fbuildactions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superunitybuild","download_url":"https://codeload.github.com/superunitybuild/buildactions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223979316,"owners_count":17235371,"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":["automation","build-automation","game-development","hacktoberfest","unity","unity3d"],"created_at":"2024-08-02T05:01:32.919Z","updated_at":"2024-11-10T16:30:26.365Z","avatar_url":"https://github.com/superunitybuild.png","language":"C#","readme":"# SuperUnityBuild BuildActions\n\n[![openupm](https://img.shields.io/npm/v/com.github.superunitybuild.buildactions?label=openupm\u0026registry_uri=https://package.openupm.com)][openupm-package]\n\n\u003e BuildActions for use with the [SuperUnityBuild][buildtool] build automation tool.\n\n![Logo](https://raw.githubusercontent.com/superunitybuild/buildtool/gh-pages/Cover.png)\n\n[Unity Forums Thread][unity-forums-thread] | [Documentation Wiki][wiki] | [OpenUPM package][openupm-package]\n\nBuildActions are one of the key components that make the [SuperUnityBuild][buildtool] build automation tool flexible and powerful. Each one extends the capabilities of SuperUnityBuild and can be easily setup and customized to suit your needs, and if there's some other specialized functionality that your project needs, you can simply write your own BuildActions and integrate them into the build process.\n\nThis repository is intended to serve as an ever expanding library of useful BuildActions as more of them are created.\n\n## Basic Usage\n\n### Installation\n\nBuildActions requires SuperUnityBuild to be [installed](https://github.com/superunitybuild/buildtool#installation) in your project.\n\nOfficial releases of BuildActions can be installed via [Unity Package Manager](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest/index.html) from the [OpenUPM](https://openupm.com) package registry. See [https://openupm.com/packages/com.github.superunitybuild.buildactions/][openupm-package] for installation options.\n\nYou can also [download the source zip][download] of this repository and extract its contents into your Unity project's `Packages` directory to install BuildActions as an embedded package.\n\n### Setup\n\nRefer to the [SuperUnityBuild wiki][wiki] for basic information on how to setup, use, and create your own BuildActions. For specific details on one of the BuildActions featured here, refer to the README in its directory.\n\n## Tools\n\n-   [**AssetBundle Builder**][assetbundle] - AssetBundle building and file management.\n-   [**Script Runner**][scriptrunner] - Run batch/script files or other external applications.\n-   [**Zip File Utility**][zipfile] - Compress builds and other files into ZIP file format.\n-   [**File Operations Utility**][fileutil] - Perform basic file/folder operations like copy, move, and delete.\n-   [**itch.io Uploader**][itchuploader] - Upload builds to [itch.io](https://itch.io/).\n-   [**Override Defines**][overridedefines] - Add/remove script defines.\n-   [**Package Management**][packagemanagement] - Enable per-build Unity Package Manager settings.\n-   [**Per-Build Player Settings**][perbuildplayersettings] - Enable per-build Player settings.\n-   [**XR Plug-in Management**][xrpluginmanagement] - Enable per-build [Unity XR Plug-in Management](https://docs.unity3d.com/Packages/com.unity.xr.management@latest) settings.\n\n## Contributing\n\nBug reports, feature requests, and pull requests are welcome and appreciated.\n\n## Credits\n\n### Creator\n\n-   **Chase Pettit** - [GitHub](https://github.com/Chaser324), [Twitter](http://twitter.com/chasepettit)\n\n### Maintainer\n\n-   **Robin North** - [GitHub](https://github.com/robinnorth)\n\n### Contributors\n\nYou can see a complete list of contributors at [https://github.com/superunitybuild/buildactions/graphs/contributors][contributors]\n\n## License\n\nAll code in this repository ([buildactions](https://github.com/superunitybuild/buildactions)) is made freely available under the MIT license. This essentially means you're free to use it however you like as long as you provide attribution.\n\nZip File Utility includes a pre-compiled DotNetZip library which is licensed under the Ms-PL. See [DotNetZip's repository](https://dotnetzip.codeplex.com/) for more info.\n\n[download]: https://github.com/superunitybuild/buildactions/archive/master.zip\n[contributors]: https://github.com/superunitybuild/buildactions/graphs/contributors\n[release]: https://github.com/superunitybuild/buildactions/releases\n[buildtool]: https://github.com/superunitybuild/buildtool\n[buildactions]: https://github.com/superunitybuild/buildactions\n[wiki]: https://github.com/superunitybuild/buildtool/wiki/Build-Actions\n[openupm-package]: https://openupm.com/packages/com.github.superunitybuild.buildactions/\n[unity-forums-thread]: https://forum.unity3d.com/threads/super-unity-build-automated-build-tool-and-framework.471114/\n[assetbundle]: https://github.com/superunitybuild/buildactions/tree/master/Editor/AssetBundle\n[fileutil]: https://github.com/superunitybuild/buildactions/tree/master/Editor/FileUtility\n[scriptrunner]: https://github.com/superunitybuild/buildactions/tree/master/Editor/ScriptRunner\n[zipfile]: https://github.com/superunitybuild/buildactions/tree/master/Editor/ZipFile\n[itchuploader]: https://github.com/superunitybuild/buildactions/tree/master/Editor/ItchUploader\n[overridedefines]: https://github.com/superunitybuild/buildactions/tree/master/Editor/OverrideDefines\n[packagemanagement]: https://github.com/superunitybuild/buildactions/tree/master/Editor/PackageManagement\n[perbuildplayersettings]: https://github.com/superunitybuild/buildactions/tree/master/Editor/PerBuildPlayerSettings\n[xrpluginmanagement]: https://github.com/superunitybuild/buildactions/tree/master/Editor/XRPluginManagement\n","funding_links":[],"categories":["C\\#","Editor Utility"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperunitybuild%2Fbuildactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperunitybuild%2Fbuildactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperunitybuild%2Fbuildactions/lists"}