{"id":13765838,"url":"https://github.com/Larusso/unity-version-manager","last_synced_at":"2025-05-10T21:32:12.326Z","repository":{"id":30259346,"uuid":"124253722","full_name":"Larusso/unity-version-manager","owner":"Larusso","description":"A commandline application to manage unity versions","archived":false,"fork":false,"pushed_at":"2023-12-11T19:05:09.000Z","size":1313,"stargazers_count":22,"open_issues_count":19,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-27T06:22:03.124Z","etag":null,"topics":["cli","unity","version-manager"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Larusso.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}},"created_at":"2018-03-07T15:12:48.000Z","updated_at":"2024-01-23T06:52:54.000Z","dependencies_parsed_at":"2024-01-25T17:13:40.630Z","dependency_job_id":null,"html_url":"https://github.com/Larusso/unity-version-manager","commit_stats":{"total_commits":350,"total_committers":5,"mean_commits":70.0,"dds":0.52,"last_synced_commit":"d1e252d7a99353668e39c551a3bc995016c73d99"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Larusso%2Funity-version-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Larusso%2Funity-version-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Larusso%2Funity-version-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Larusso%2Funity-version-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Larusso","download_url":"https://codeload.github.com/Larusso/unity-version-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213825911,"owners_count":15644056,"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":["cli","unity","version-manager"],"created_at":"2024-08-03T16:00:47.066Z","updated_at":"2025-05-10T21:32:12.307Z","avatar_url":"https://github.com/Larusso.png","language":"Rust","readme":"unity-version-manager\n=====================\n\nA command-line application to manage unity versions.\nThis tool allows to install and manage multiple unity versions on a system from the command-line. This tool is compatible with Unity-Hub and will use the installation destination configured there by default.\n\n[![Build Status](https://img.shields.io/travis/Larusso/unity-version-manager/master.svg?logo=travis)](https://travis-ci.org/Larusso/unity-version-manager)\n[![Build status](https://ci.appveyor.com/api/projects/status/ev6ms6wgo8jmeym0/branch/master?svg=true)](https://ci.appveyor.com/project/Larusso/unity-version-manager/branch/master)\n[![License](https://img.shields.io/github/license/Larusso/unity-version-manager.svg)](https://github.com/Larusso/unity-version-manager/blob/master/LICENSE)\n![](https://img.shields.io/github/issues/Larusso/unity-version-manager.svg)\n[![Latest Release](https://img.shields.io/github/release/Larusso/unity-version-manager.svg)](https://github.com/Larusso/unity-version-manager/releases/latest)\n![macOS-supported](https://img.shields.io/badge/macOS-supported-brightgreen.svg)\n![windows-experimental](https://img.shields.io/badge/windows-experimental-blue.svg)\n![linux-experimental](https://img.shields.io/badge/linux-experimental-blue.svg)\n\n\nInstallation\n------------\n\n_install with brew_\n\n```bash\nbrew tap wooga/tools\nbrew install wooga/api-version-manager\n```\n\nTo build from source a recent version of rust is needed `\u003e 1.30`. You should use [rustup].\n\n_install from source with cmake_\n\n```bash\ngit clone git@github.com:Larusso/api-version-manager.git\ncd api-version-manager\nmake install\n```\n\n_install from source with cargo_\n\n```bash\ngit clone git@github.com:Larusso/api-version-manager.git\ncd api-version-manager\ncargo build --release\n#symlink or move binaries in target/release\n```\n\nUsage\n-----\n\nThe _uvm_ (unity-version-manager) is a collection of small command-line tools. Each command can be invoked through the main tool `uvm`.\n\n### Version handling\n\nThe main purpose of uvm was the management of multiple unity installations on macOS. The idea was to have a similar interface as [rvm] to activate and deactivate different unity installations. This is done by creating a symlink at the default unity installation location (`/Applications/Unity` on macOS).\n\n| command        | description |\n| -------------- | ----------- |\n| use            | Use specific version of unity. |\n| clear          | Remove the link so you can install a new version without overwriting. |\n| current        | Prints current activated version of unity. |\n| list           | List installed unity versions |\n\n### Version installation\n\nThese commands allow the installation and deinstallation of Unity versions with additional components.\n\n| command        | description |\n| -------------- | ----------- |\n| install        | Install specified unity version. |\n| uninstall      | Uninstall specified unity version |\n| versions       | List available Unity versions to install. |\n\n### Miscellaneous commands\n\n| command        | description |\n| -------------- | ----------- |\n| detect         | Find which version of unity was used to generate a project |\n| launch         | Launch the current active version of unity. |\n| help           | Prints help page for command. |\n\nLicense\n=======\n\n[Apache License 2.0](LICENSE)\n\n[rvm]:      https://rvm.io/\n[rustup]:   https://rustup.rs/\n","funding_links":[],"categories":["Version Managers"],"sub_categories":["Unity"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLarusso%2Funity-version-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLarusso%2Funity-version-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLarusso%2Funity-version-manager/lists"}