All Projects → RedpointGames → UnityAutomaticLicensor

RedpointGames / UnityAutomaticLicensor

Licence: MIT license
This project has moved to GitLab: https://gitlab.com/redpointgames/UnityAutomaticLicensor

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UnityAutomaticLicensor

Licensetoolsplugin
Gradle plugin to check library licenses and generate license pages for Android
Stars: ✭ 113 (+606.25%)
Mutual labels:  license-management
Go License Detector
Reliable project licenses detector.
Stars: ✭ 218 (+1262.5%)
Mutual labels:  license-management
TrialMaker.Demo
A powerful yet straight-forward library suite that provides secure trial license generation and copy-protection features for .NET applications. It also supports premium license generation for expired free-trials.
Stars: ✭ 21 (+31.25%)
Mutual labels:  license-management
Dephell
📦 🔥 Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
Stars: ✭ 1,730 (+10712.5%)
Mutual labels:  license-management
Glpi
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
Stars: ✭ 2,278 (+14137.5%)
Mutual labels:  license-management
SimpleLicensing
A Go Based Licensing System for Digital Rights Management
Stars: ✭ 96 (+500%)
Mutual labels:  license-management
Wwhrd
You have licenses to manage, What Would Henry Rollins Do?
Stars: ✭ 97 (+506.25%)
Mutual labels:  license-management
headroom
©️ Manager for license headers in source code files.
Stars: ✭ 41 (+156.25%)
Mutual labels:  license-management
Licenseclassifier
A License Classifier
Stars: ✭ 180 (+1025%)
Mutual labels:  license-management
sonarqube-licensecheck
SonarQube Licensecheck Plugin
Stars: ✭ 122 (+662.5%)
Mutual labels:  license-management
Gradle License Report
A plugin for generating reports about the licenses of third party software using Gradle
Stars: ✭ 152 (+850%)
Mutual labels:  license-management
Npm License Crawler
Analyzes license information for multiple node.js modules (package.json files) as part of your software project.
Stars: ✭ 168 (+950%)
Mutual labels:  license-management
java-license-manager
OddSource Code Java License Manager
Stars: ✭ 22 (+37.5%)
Mutual labels:  license-management
Jwt Key Server
JWT based remote licensing server.
Stars: ✭ 123 (+668.75%)
Mutual labels:  license-management
license-checker-php
CLI tool to verify used licenses in composer dependencies
Stars: ✭ 28 (+75%)
Mutual labels:  license-management
Ercole
The Server component of the Ercole Project
Stars: ✭ 107 (+568.75%)
Mutual labels:  license-management
Licensed
⚖️ ✔️ licensed is an interactive command line tool to help you choose and add licenses to your projects
Stars: ✭ 220 (+1275%)
Mutual labels:  license-management
lisense
Sensible repository licensing for Humans
Stars: ✭ 23 (+43.75%)
Mutual labels:  license-management
example-electron-license-activation
An example of how to implement software licensing and device activation in an Electron application
Stars: ✭ 55 (+243.75%)
Mutual labels:  license-management
eslint-plugin-license-header
Rules to validate the presence of license headers in source files.
Stars: ✭ 21 (+31.25%)
Mutual labels:  license-management

Unity Automatic Licensor

Unity doesn't support automatically licensing installations with Personal licenses. The only way to activate a Personal license is to interactively login and click through the licensing wizard.

This causes a problem for Windows build agents that are automated with Packer, or are otherwise dynamically spun up on public cloud infrastructure.

This tool allows you to license Unity with a Personal license from the command line.

Usage

Download a release from the Releases page, and extract it somewhere on your Windows system.

Then run it like so:

.\UnityAutomaticLicensor.exe --username <your username> --password <your password> --unity-path "C:\Program Files\Unity\Editor\Unity.exe"

Building from Source

You can build your own copy of the application with:

dotnet publish -c Release -r win10-x64

License

This code is licensed under the MIT license.

Support

There's absolutely NO SUPPORT for this software. Use it at your own risk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].