Skip to content

Commit 2fa73b1

Browse files
authored
Fix template tests (#8120)
1 parent 0df3531 commit 2fa73b1

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

com.unity.template-universal/Packages/com.unity.template.universal/Tests/Editor/InternalTests/ExpectedSettings.cs

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ static IEnumerable GraphicsJobsValidBuildTargets
1818
yield return new TestCaseData(BuildTarget.iOS);
1919
yield return new TestCaseData(BuildTarget.PS4);
2020
yield return new TestCaseData(BuildTarget.PS5);
21-
yield return new TestCaseData(BuildTarget.Stadia);
2221
yield return new TestCaseData(BuildTarget.StandaloneLinux64);
2322
yield return new TestCaseData(BuildTarget.StandaloneOSX);
2423
yield return new TestCaseData(BuildTarget.StandaloneWindows);
@@ -45,7 +44,6 @@ private static bool GraphicsJobsEnabledByDefault(BuildTarget buildTarget)
4544
return false;
4645
case BuildTarget.PS4:
4746
case BuildTarget.PS5:
48-
case BuildTarget.Stadia:
4947
case BuildTarget.StandaloneLinux64:
5048
case BuildTarget.StandaloneWindows:
5149
case BuildTarget.StandaloneWindows64:

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [17.0.6] - 2024-10-09
88

9-
## Changed
9+
### Changed
1010

1111
- Fixed default managed stripping level
1212

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "17.0.5"
5+
"PackageVersion": "17.0.6"
66
}
77
],
88
"WarningExceptions": []

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hdrp-blank",
33
"displayName":"3D HDRP",
4-
"version": "17.0.5",
4+
"version": "17.0.6",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.3",

0 commit comments

Comments
 (0)