File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
2020 - chmod +x ./utr
2121 - ./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
2222 variables :
23- UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
24- XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
23+ UNITY_HANDLEUIINTERRUPTIONS : 1
24+ UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
25+ XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
2526 artifacts :
2627 players :
2728 paths :
@@ -73,6 +74,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
7374mobile_test_ios_{{ project.name }}_{{ editor }} :
7475 name : {{ project.name }} mobile project tests - {{ editor }} on iOS
7576 agent :
77+ model : SE-Gen3
7678 type : Unity::mobile::iPhone
7779 image : package-ci/macos-13:v4
7880 flavor : b1.medium
Original file line number Diff line number Diff line change 1515 "Unity.Netcode.TestHelpers.Runtime",
1616 "VContainer",
1717 "VContainer.EnableCodeGen",
18- "Unity.Collections"
18+ "Unity.Collections",
19+ "Unity.Netcode.Runtime.Tests"
1920 ],
2021 "includePlatforms": [],
2122 "excludePlatforms": [],
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313 * Added a Table of Contents with helpful resources, that can be accessed from the ` Tutorials > Show Tutorials ` menu
1414* Added the Multiplayer Play Mode package v1.3.1 to the project (#890 )
1515* An In-Editor Tutorial walking through the process of associating your Unity project with a Unity Cloud ID has been added (#898 )
16+ * Boss Room's assembly definitions now include Unity.Netcode.Runtime.Tests (#914 )
1617
1718### Changed
1819* Upgraded editor version to 6000.0.25f1 and upgraded Boss Room to Netcode for GameObjects v2.0.0 (#890 )
You can’t perform that action at this time.
0 commit comments