{"id":22583113,"url":"https://github.com/wooga/atlas-unity-version-manager","last_synced_at":"2025-10-17T14:30:23.603Z","repository":{"id":33945242,"uuid":"153773662","full_name":"wooga/atlas-unity-version-manager","owner":"wooga","description":"a gradle plugin to manage unity version installation","archived":false,"fork":false,"pushed_at":"2023-08-23T08:20:26.000Z","size":272,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":42,"default_branch":"master","last_synced_at":"2024-12-08T06:13:30.614Z","etag":null,"topics":["atlas","gradle","ubs","unity","version-manager"],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wooga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-10-19T11:37:45.000Z","updated_at":"2024-06-10T04:44:42.000Z","dependencies_parsed_at":"2023-02-12T23:16:24.426Z","dependency_job_id":null,"html_url":"https://github.com/wooga/atlas-unity-version-manager","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooga%2Fatlas-unity-version-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooga%2Fatlas-unity-version-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooga%2Fatlas-unity-version-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooga%2Fatlas-unity-version-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wooga","download_url":"https://codeload.github.com/wooga/atlas-unity-version-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236824923,"owners_count":19210719,"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":["atlas","gradle","ubs","unity","version-manager"],"created_at":"2024-12-08T06:13:54.788Z","updated_at":"2025-10-17T14:30:23.223Z","avatar_url":"https://github.com/wooga.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"atlas-unity-version-manager\n===========================\n\n[![Gradle Plugin ID](https://img.shields.io/badge/gradle-net.wooga.unity--version--manager-brightgreen.svg?style=flat-square)](https://plugins.gradle.org/plugin/net.wooga.build-unity)\n[![Build Status](https://wooga-shields.herokuapp.com/jenkins/s/https/atlas-jenkins.wooga.com/job/atlas-plugins/job/atlas-unity-version-manager/job/master.svg?style=flat-square)]()\n[![Coveralls Status](https://img.shields.io/coveralls/wooga/atlas-unity-version-manager/master.svg?style=flat-square)](https://coveralls.io/github/wooga/atlas-unity-version-manager?branch=master)\n[![Apache 2.0](https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square)](https://raw.githubusercontent.com/wooga/atlas-unity-version-manager/master/LICENSE)\n[![GitHub tag](https://img.shields.io/github/tag/wooga/atlas-unity-version-manager.svg?style=flat-square)]()\n[![GitHub release](https://img.shields.io/github/release/wooga/atlas-unity-version-manager.svg?style=flat-square)]()\n\nA gradle plugin which provides tasks and bindings to manage and download [unity] editor versions.\nMacOS is the only supported platform at the moment.\n\nThis plugin is work in progress.\n\n# Applying the plugin\n\n**build.gradle**\n```groovy\nplugins {\n    id 'net.wooga.unity-version-manager' version '1.0.0-rc.2'\n}\n```\n\n\nDevelopment\n===========\n\n[Code of Conduct](docs/Code-of-conduct.md)\n\nGradle and Java Compatibility\n=============================\n\nBuilt with OpenJDK8\n\n| Gradle Version  | Works  |\n| :-------------: | :----: |\n| \u003c 5.1           | ![no]  |\n| 5.1             | ![yes] |\n| 5.2             | ![yes] |\n| 5.3             | ![yes] |\n| 5.4             | ![yes] |\n| 5.5             | ![yes] |\n| 5.6             | ![yes] |\n| 5.6             | ![yes] |\n| 6.0             | ![yes] |\n| 6.1             | ![yes] |\n| 6.2             | ![yes] |\n| 6.3             | ![yes] |\n| 6.4             | ![yes] |\n| 6.5             | ![yes] |\n| 6.6             | ![yes] |\n| 6.6             | ![yes] |\n| 6.7             | ![yes] |\n| 6.8             | ![yes] |\n| 6.9             | ![yes] |\n| 7.0             | ![yes] |\n\nLICENSE\n=======\n\nCopyright 2018 Wooga GmbH\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\u003c!-- Links --\u003e\n[unity]:                https://unity3d.com/ \"Unity 3D\"\n[unity_cmd]:            https://docs.unity3d.com/Manual/CommandLineArguments.html\n[gradle]:               https://gradle.org/ \"Gradle\"\n\n[yes]:                  https://atlas-resources.wooga.com/icons/icon_check.svg \"yes\"\n[no]:                   https://atlas-resources.wooga.com/icons/icon_uncheck.svg \"no\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooga%2Fatlas-unity-version-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwooga%2Fatlas-unity-version-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooga%2Fatlas-unity-version-manager/lists"}