File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,15 @@ Any subsequent steps assume you have read the above.
23
23
24
24
The [ unity3d-gitlab-ci-example project] ( https://gitlab.com/game-ci/unity3d-gitlab-ci-example/ ) uses
25
25
[ unity3d docker images] ( https://github.com/game-ci/docker/ ) published by
26
- [ game-ci] ( https://github.com/game-ci ) . You can find all the supported Unity versions in our
26
+ [ game-ci] ( https://github.com/game-ci ) .
27
+
28
+ :::tip
29
+
30
+ Before proceeding, verify that your Unity version is supported by checking the
27
31
[ Docker > Versions page] ( /docs/docker/versions ) .
28
32
33
+ :::
34
+
29
35
It is generally considered good practice to use the same Unity version for your CI/CD setup as you
30
36
do to develop your project. Our Gitlab CI configuration will automatically detect and use the
31
37
correct Unity version for your project.
@@ -36,9 +42,10 @@ correct Unity version for your project.
36
42
37
43
:::caution
38
44
39
- The video is slightly outdated, but the general concepts are still the same. 👍
45
+ The video (recorded with Unity 2020.x) is slightly outdated, but the general concepts are still the
46
+ same. 👍
40
47
41
- - Activation process has changed a bit since then.
48
+ - The activation process has changed a bit since then.
42
49
- Docker images have been updated
43
50
- The ` .gitlab-ci.yml ` file uses different variables now.
44
51
You can’t perform that action at this time.
0 commit comments