Skip to content

Commit 59d1080

Browse files
authored
In editor tutorials: Welcome dialog and table of contents [MTT-8698], [MTT-8694] (#888)
* chore: upgrade to 2022.3.27f1 LTS chore: upgraded IET package to 4.0.2 * chore: added tutorial authoring tools * feat: added tutorial welcome dialog and table of contents * chore: removed obsolete "Readme" welcome dialog mechanism, as it is superseeded by In-editor tutorials welcome dialog * chore: re-arranged table of contents * chore: welcome dialog is displayed at startup * chore: removed placeholder * chore: enabled "table of contents closed dialog" * chore: removed "Start tutorials" option from IET's welcome dialog as the project has no tutorials at the moment * chore: updated changelog * chore: fixed namespace and naming, removed unneeded code * chore: added project layout to ensure all users start with the same bossroom screen on FTUE * chore: updated copy of Welcome Dialog to remove the need of scrollbars * Trigger Build * chore: updated VMs versions for CI * chore: upgraded unity-downloader-cli as it used an obsolete version that made tests fail * chore: ci now uses the pre-compiled unity installer, as it is the recommended practice * Revert "chore: ci now uses the pre-compiled unity installer, as it is the recommended practice" This reverts commit b936762. * Revert "chore: upgraded unity-downloader-cli as it used an obsolete version that made tests fail" This reverts commit 324b260.
1 parent a6d1a53 commit 59d1080

32 files changed

+1826
-288
lines changed

.yamato/project-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pack_{{ project.name }}:
55
name: Pack {{ project.name }}
66
agent:
77
type: Unity::VM
8-
image: package-ci/ubuntu:stable
8+
image: package-ci/ubuntu-22.04:v4
99
flavor: b1.small
1010
commands:
1111
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm

.yamato/project.metafile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test_platforms:
33
- name: win
44
type: Unity::VM
5-
image: package-ci/win10:v4
5+
image: package-ci/win10:v4.36.0
66
flavor: b1.large
77
editorpath: .Editor\Unity.exe
88
utr: .\utr.bat
@@ -14,7 +14,7 @@ test_platforms:
1414
utr: ./utr
1515
- name: ubuntu
1616
type: Unity::VM
17-
image: package-ci/ubuntu-18.04:v4
17+
image: package-ci/ubuntu-22.04:v4
1818
flavor: b1.large
1919
editorpath: .Editor/Unity
2020
utr: ./utr

Assets/Scripts/Editor/Readme.meta renamed to Assets/Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Editor/Tutorials.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Loading

Assets/Editor/Tutorials/DiscordIcon.png.meta

Lines changed: 123 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Loading

Assets/Editor/Tutorials/GithubIcon.png.meta

Lines changed: 123 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f0ac9451724cbceb81d118990dd202b7147fc162dfcc1f44e7ab07c751b26614
3+
size 3777

Assets/Readme.asset.meta renamed to Assets/Editor/Tutorials/TableOfContents.asset.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)