You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
GitHub Action to activate personal or professional Unity license. License will be automatically returned at the end of a job.
4
8
5
9
Works on Linux, macOS and Windows.
6
10
@@ -12,15 +16,27 @@ Path to Unity executable. `UNITY_PATH` env will be used if not provided.
12
16
13
17
### `unity-username`
14
18
15
-
Unity activation username.
19
+
**Required**Unity account username.
16
20
17
21
### `unity-password`
18
22
19
-
Unity activation password.
23
+
**Required** Unity account password.
24
+
25
+
### `unity-authenticator-key`
26
+
27
+
Unity account [authenticator key](#How-to-obtain-authenticator-key) for Authenticator App (Two Factor Authentication). Used for account verification during Personal license activation.
20
28
21
29
### `unity-serial`
22
30
23
-
Unity activation serial key.
31
+
Unity license serial key. Used for Plus/Professional license activation.
32
+
33
+
## How to obtain authenticator key
34
+
35
+
1. Login to Unity account
36
+
2. Go to account settings
37
+
3. Activate Two Factor Authentication through Authenticator App
38
+
4. On page with QR code click "Can't scan the barcode?" and save key
description: Activate Unity license and return it after job finish
2
+
description: Activate Unity license and return it at the end of a job
3
3
inputs:
4
4
unity-path:
5
5
description: Path to Unity executable. UNITY_PATH env will be used if not provided
6
6
required: false
7
7
unity-username:
8
-
description: Unity activation username
8
+
description: Unity account username
9
9
required: false
10
10
unity-password:
11
-
description: Unity activation password
11
+
description: Unity account password
12
+
required: false
13
+
unity-authenticator-key:
14
+
description: Unity account authenticator key for Authenticator App (Two Factor Authentication). Used for account verification during Personal license activation
12
15
required: false
13
16
unity-serial:
14
-
description: Unity activation serial key
17
+
description: Unity license serial key. Used for Plus/Professional license activation
0 commit comments