Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f2340b8
chore: upgrade to 2022.3.27f1 LTS
RikuTheFuffs Oct 7, 2024
77c2323
chore: added tutorial authoring tools
RikuTheFuffs Oct 7, 2024
bcba201
feat: added tutorial welcome dialog and table of contents
RikuTheFuffs Oct 7, 2024
627b9b8
chore: removed obsolete "Readme" welcome dialog mechanism, as it is s…
RikuTheFuffs Oct 7, 2024
5f851c1
chore: re-arranged table of contents
RikuTheFuffs Oct 7, 2024
6b17e5f
chore: welcome dialog is displayed at startup
RikuTheFuffs Oct 7, 2024
8f73da0
chore: removed placeholder
RikuTheFuffs Oct 7, 2024
b66aebf
chore: enabled "table of contents closed dialog"
RikuTheFuffs Oct 7, 2024
d85d4f6
chore: removed "Start tutorials" option from IET's welcome dialog as …
RikuTheFuffs Oct 7, 2024
386da15
chore: updated changelog
RikuTheFuffs Oct 7, 2024
25cc496
chore: fixed namespace and naming, removed unneeded code
RikuTheFuffs Oct 7, 2024
6530c2d
chore: added project layout to ensure all users start with the same b…
RikuTheFuffs Oct 8, 2024
803b869
chore: updated copy of Welcome Dialog to remove the need of scrollbars
RikuTheFuffs Oct 8, 2024
2c31096
Trigger Build
RikuTheFuffs Oct 8, 2024
8fbc7df
chore: updated VMs versions for CI
RikuTheFuffs Oct 8, 2024
324b260
chore: upgraded unity-downloader-cli as it used an obsolete version t…
RikuTheFuffs Oct 8, 2024
b936762
chore: ci now uses the pre-compiled unity installer, as it is the rec…
RikuTheFuffs Oct 8, 2024
eab46a1
Revert "chore: ci now uses the pre-compiled unity installer, as it is…
RikuTheFuffs Oct 8, 2024
9737d1a
Revert "chore: upgraded unity-downloader-cli as it used an obsolete v…
RikuTheFuffs Oct 8, 2024
4ecd73a
Merge remote-tracking branch 'origin/develop' into feat/in-editor-tut…
RikuTheFuffs Oct 8, 2024
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
2 changes: 1 addition & 1 deletion .yamato/project-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pack_{{ project.name }}:
name: Pack {{ project.name }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand Down
4 changes: 2 additions & 2 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
test_platforms:
- name: win
type: Unity::VM
image: package-ci/win10:v4
image: package-ci/win10:v4.36.0
flavor: b1.large
editorpath: .Editor\Unity.exe
utr: .\utr.bat
Expand All @@ -14,7 +14,7 @@ test_platforms:
utr: ./utr
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-18.04:v4
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
editorpath: .Editor/Unity
utr: ./utr
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/Readme.meta → Assets/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Editor/Tutorials.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Editor/Tutorials/DiscordIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions Assets/Editor/Tutorials/DiscordIcon.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Editor/Tutorials/GithubIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions Assets/Editor/Tutorials/GithubIcon.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Editor/Tutorials/TableOfContents.asset
Git LFS file not shown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Editor/Tutorials/Tutorial Project Settings.asset
Git LFS file not shown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Editor/Tutorials/Tutorial Welcome Page.asset
Git LFS file not shown
8 changes: 8 additions & 0 deletions Assets/Editor/Tutorials/Tutorial Welcome Page.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Editor/Tutorials/TutorialCallbacks.asset
Git LFS file not shown
8 changes: 8 additions & 0 deletions Assets/Editor/Tutorials/TutorialCallbacks.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading