Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning to 02-activation.mdx for personal license activation #415

Merged
merged 8 commits into from
Sep 7, 2023
27 changes: 27 additions & 0 deletions docs/03-github/02-activation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,33 @@ Commit and push your workflow definition.

#### Converting into a license

:::caution

**Unity no longer supports manual activation of Personal licenses**

When activating your Personal Unity license, you may encounter an issue where only the "Unity Pro or
Plus" option is available, preventing the activation of a Personal license. Here is a workaround to
resolve this:

1. Visit [license.unity3d.com](https://license.unity3d.com/manual) and upload the
`Unity_v20XX.X.XXXX.alf` file.
2. If the "Personal" option is not available, right-click on the page and choose "Inspect" to open
the browser's developer tools.
3. Find the line of HTML that looks like this:
`<div class="option option-personal clear" style="display: none;">`.
4. Delete `display: none;` from the `style` attribute to make the "Personal" option visible.
5. Now you should be able to select the "Personal" option and proceed with the activation.

You can discuss this issue or find additional assistance in the
[related Discord conversation](https://discord.com/channels/710946343828455455/1138586951604248666)
or [GitHub ticket](https://github.com/game-ci/documentation/issues/408).

_For future reference, activating a license from the command line as documented on
[Unity's Manual Page](https://docs.unity3d.com/Manual/ManagingYourUnityLicense.html) might be an
alternative solution._

:::

Follow these (one-time) steps for simple activation.

1. [Manually run](https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow)
Expand Down
Loading