Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a6d1a53
Fixed CI standard checks failing (#889)
RikuTheFuffs Oct 8, 2024
59d1080
In editor tutorials: Welcome dialog and table of contents [MTT-8698],…
RikuTheFuffs Oct 8, 2024
3dfcd47
Upgrade to Unity 6 [MTT-9275] (#890)
FabianStoll Nov 20, 2024
9a1ca64
[MTT-8924] - Convert Boss Room from Lobby and Relay packages to Multi…
FabianStoll Dec 3, 2024
31c3c3f
[MTTB-409] Fix a Healer ability doesn't work (#893) (#893)
nanho-lee Dec 12, 2024
c99b951
Merge branch 'main' into develop
fernando-cortez Jan 13, 2025
7e8de47
feat: upgrade to 6000.0.32f1 & multiplayer services v1.1.0 bump (#894)
fernando-cortez Jan 14, 2025
93db2a7
feat: upgrade packages to recommended versions (#895)
fernando-cortez Jan 15, 2025
4e8d8db
fix: removing warnings on project launch [MTT-9362] (#896)
fernando-cortez Jan 16, 2025
f33f2b2
feat: new input system upgrade [MTT-8681] (#897)
fernando-cortez Jan 17, 2025
7a42396
feat: how to setup UGS In-Editor Tutorial added [MTT-8923] (#898)
fernando-cortez Jan 17, 2025
abc9b7d
fix: late joiners would be displayed as selected [MTTB-4] (#899)
fernando-cortez Jan 17, 2025
2d9b40b
[MTT-11566] [MTT-11567] Upgrade Boss Room to newest 6000.0f1 stream v…
Elfi0Kuhndorf Mar 21, 2025
911643f
[MTT-11682] Update Editor to 6000.0.44f1 and update packages (#902)
Elfi0Kuhndorf Mar 27, 2025
a7dab56
fix: NullReferenceException caused when unsubscribing on session remo…
fernando-cortez Apr 2, 2025
a7426d8
[MTT-11838] Fix: upgrade unity transport to 2.5.1 and update banner i…
Elfi0Kuhndorf Apr 7, 2025
279e348
feat: OnConnectionEvent callback usage in project and Utilities packa…
fernando-cortez Apr 7, 2025
2fc8c1f
fix: in scene NetworkObject null reference exception when hit/destroy…
fernando-cortez Apr 28, 2025
7242d9e
merge main
fernando-cortez Jun 18, 2025
f111be9
merge main
fernando-cortez Jul 7, 2025
b4afa28
fix: v2.4.1 NGO TestHelpers update (#914)
NoelStephensUnity Jul 7, 2025
953ed0e
fix: resetting local user on profile change [MTT-11948] (#916)
fernando-cortez Jul 10, 2025
98f7e73
feat: 6000.0.52f1, Multiplayer SDK v1.1.4, Netcode for GameObjects v2…
fernando-cortez Jul 14, 2025
7c81a83
feat: upgrading authentication package fixing switching profile issue…
fernando-cortez Jul 17, 2025
f68ec8b
feat: IET style cleanup: added resources, links updated (#919)
fernando-cortez Jul 22, 2025
971daef
readme + doc cleanup (#921)
fernando-cortez Jul 28, 2025
7336b3e
fix: name generation bounds fixed to include last item (#922)
fernando-cortez Jul 28, 2025
136712b
feat: add new version changes to CHANGELOGs and README, adjust projec…
Elfi0Kuhndorf Aug 4, 2025
b5fcf41
fix: fix numbers and discord links, remove IET dependency in utility …
Elfi0Kuhndorf Aug 5, 2025
b45001c
update README (change discord link)
Elfi0Kuhndorf Aug 5, 2025
1ca005c
fix: adjust date
Elfi0Kuhndorf Aug 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
45 changes: 28 additions & 17 deletions .yamato/mobile-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
name: build {{ project.name }} - {{ editor }} on iOS
agent:
type: Unity::VM::osx
image: package-ci/macos-12:v4
image: package-ci/macos-13:v4
flavor: b1.large

commands:
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- unity-downloader-cli -c Editor -c iOS -u {{ editor }} --fast --wait
- echo "CONFIGURATION = Release" >> ~/XcodeBuildConfig.xcconfig
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
- chmod +x ./utr
- ./utr --suite=playmode --platform=iOS --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --build-only --testfilter=Unity.BossRoom.Tests.Runtime
variables:
UNITY_HANDLEUIINTERRUPTIONS: 1
UNITY_TESTS_XCODEBUILD_TIMEOUT: 60
XCODE_XCCONFIG_FILE: ~/XcodeBuildConfig.xcconfig
artifacts:
players:
paths:
Expand All @@ -38,18 +41,19 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
type: Unity::VM
# Any generic image can be used, no need to have Android tools in the image for building
# All Android tools will be downloaded by unity-downloader-cli
image: mobile/android-execution-base:stable
flavor: b1.xlarge
image: mobile/android-execution-base:v2.1774381
flavor: b1.large

commands:
# Download unity-downloader-cli
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
- python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
- gsudo choco source add -n Unity -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/unity-choco-local --priority=1
- gsudo choco install -y unity-config unity-downloader-cli
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output ./utr.bat
- unity-config project set registry candidates --project-path {{ project.path }}
- unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
- python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
# Build player(s)
- set UTR_VERSION=0.12.0
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=mono --build-only --testfilter=Unity.BossRoom.Tests.Runtime
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=il2cpp --build-only --testfilter=Unity.BossRoom.Tests.Runtime
artifacts:
players:
paths:
Expand All @@ -72,7 +76,7 @@ mobile_test_ios_{{ project.name }}_{{ editor }}:
agent:
model: SE-Gen3
type: Unity::mobile::iPhone
image: package-ci/macos-12:v4
image: package-ci/macos-13:v4
flavor: b1.medium

# Skip repository cloning
Expand Down Expand Up @@ -105,7 +109,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
name: {{ project.name }} mobile project tests - {{ editor }} on Android
agent:
type: Unity::mobile::shield
image: mobile/android-execution-base:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.medium

# Skip repository cloning
Expand All @@ -115,13 +119,20 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
- .yamato/mobile-build-and-run.yml#Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}
commands:
# Download standalone UnityTestRunner
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
- |
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
set UTR_VERSION=0.12.0
./utr --artifacts_path=build/test-results --testproject={{ project.path }} --editor-location=.Editor --reruncount=2 --suite=playmode --platform=android --player-load-path=build/players --testfilter=Unity.BossRoom.Tests.Runtime
- unity-downloader-cli --fast --wait -u {{ editor }} -c editor -c Android
- >
ANDROID_DEVICE_CONNECTION=$BOKKEN_DEVICE_IP
ANDROID_SDK_ROOT=$PWD/.Editor/Data/PlaybackEngines/AndroidPlayer/SDK
UnifiedTestRunner
--artifacts-path=build/test-results
--editor-location=.Editor
--suite=playmode
--testproject={{ project.path }}
--platform=Android
--player-load-path=build/players
--testfilter=Unity.BossRoom.Tests.Runtime
--reruncount=2
--player-connection-ip=$BOKKEN_HOST_IP
# Set uploadable artifact paths
artifacts:
logs:
Expand Down
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
2 changes: 1 addition & 1 deletion .yamato/project-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ standards_{{ projects.first.name }}:
name: Standards Check {{ projects.first.name }}
agent:
type: Unity::VM
image: desktop/logging-testing-linux:v0.1.2-926285
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
commands:
- dotnet --version
Expand Down
6 changes: 3 additions & 3 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 All @@ -30,4 +30,4 @@ projects:
- name: com.unity.multiplayer.samples.coop
path: Packages/com.unity.multiplayer.samples.coop
test_editors:
- 2022.3
- 6000.0.44
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.
Loading