Skip to content

Commit

Permalink
lint docs/03-github/02-activation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Sep 6, 2023
1 parent 5f75863 commit 42a7098
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/03-github/02-activation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ Commit and push your workflow definition.
#### Converting into a license
:::caution
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:
:::caution 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;">`.
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.

Expand All @@ -77,8 +80,8 @@ 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.
[Unity's Manual Page](https://docs.unity3d.com/Manual/ManagingYourUnityLicense.html) might be an
alternative solution.

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

Expand Down

0 comments on commit 42a7098

Please sign in to comment.