Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooga/atlas-unity-version-manager
a gradle plugin to manage unity version installation
https://github.com/wooga/atlas-unity-version-manager
atlas gradle ubs unity version-manager
Last synced: 13 days ago
JSON representation
a gradle plugin to manage unity version installation
- Host: GitHub
- URL: https://github.com/wooga/atlas-unity-version-manager
- Owner: wooga
- License: apache-2.0
- Created: 2018-10-19T11:37:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T08:20:26.000Z (over 1 year ago)
- Last Synced: 2024-12-08T06:13:30.614Z (2 months ago)
- Topics: atlas, gradle, ubs, unity, version-manager
- Language: Groovy
- Size: 266 KB
- Stars: 2
- Watchers: 42
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
atlas-unity-version-manager
===========================[![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)
[![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)]()
[![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)
[![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)
[![GitHub tag](https://img.shields.io/github/tag/wooga/atlas-unity-version-manager.svg?style=flat-square)]()
[![GitHub release](https://img.shields.io/github/release/wooga/atlas-unity-version-manager.svg?style=flat-square)]()A gradle plugin which provides tasks and bindings to manage and download [unity] editor versions.
MacOS is the only supported platform at the moment.This plugin is work in progress.
# Applying the plugin
**build.gradle**
```groovy
plugins {
id 'net.wooga.unity-version-manager' version '1.0.0-rc.2'
}
```Development
===========[Code of Conduct](docs/Code-of-conduct.md)
Gradle and Java Compatibility
=============================Built with OpenJDK8
| Gradle Version | Works |
| :-------------: | :----: |
| < 5.1 | ![no] |
| 5.1 | ![yes] |
| 5.2 | ![yes] |
| 5.3 | ![yes] |
| 5.4 | ![yes] |
| 5.5 | ![yes] |
| 5.6 | ![yes] |
| 5.6 | ![yes] |
| 6.0 | ![yes] |
| 6.1 | ![yes] |
| 6.2 | ![yes] |
| 6.3 | ![yes] |
| 6.4 | ![yes] |
| 6.5 | ![yes] |
| 6.6 | ![yes] |
| 6.6 | ![yes] |
| 6.7 | ![yes] |
| 6.8 | ![yes] |
| 6.9 | ![yes] |
| 7.0 | ![yes] |LICENSE
=======Copyright 2018 Wooga GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atUnless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[unity]: https://unity3d.com/ "Unity 3D"
[unity_cmd]: https://docs.unity3d.com/Manual/CommandLineArguments.html
[gradle]: https://gradle.org/ "Gradle"[yes]: https://atlas-resources.wooga.com/icons/icon_check.svg "yes"
[no]: https://atlas-resources.wooga.com/icons/icon_uncheck.svg "no"