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 "On the 'Activate your license' page" in 02-activation.mdx #420

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/03-github/02-activation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ 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.
2. On the "Activate your license" page, 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.
Expand Down
Loading