diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/Tests/Editor/InternalTests/ExpectedSettings.cs b/com.unity.template-universal/Packages/com.unity.template.universal/Tests/Editor/InternalTests/ExpectedSettings.cs index abc52f9182e..e88690a6512 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/Tests/Editor/InternalTests/ExpectedSettings.cs +++ b/com.unity.template-universal/Packages/com.unity.template.universal/Tests/Editor/InternalTests/ExpectedSettings.cs @@ -18,7 +18,6 @@ static IEnumerable GraphicsJobsValidBuildTargets yield return new TestCaseData(BuildTarget.iOS); yield return new TestCaseData(BuildTarget.PS4); yield return new TestCaseData(BuildTarget.PS5); - yield return new TestCaseData(BuildTarget.Stadia); yield return new TestCaseData(BuildTarget.StandaloneLinux64); yield return new TestCaseData(BuildTarget.StandaloneOSX); yield return new TestCaseData(BuildTarget.StandaloneWindows); @@ -45,7 +44,6 @@ private static bool GraphicsJobsEnabledByDefault(BuildTarget buildTarget) return false; case BuildTarget.PS4: case BuildTarget.PS5: - case BuildTarget.Stadia: case BuildTarget.StandaloneLinux64: case BuildTarget.StandaloneWindows: case BuildTarget.StandaloneWindows64: diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index 5cb60e1217e..d8e03133846 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [17.0.6] - 2024-10-09 -## Changed +### Changed - Fixed default managed stripping level diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json index 39f31bfe43c..9c62357da95 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "17.0.5" + "PackageVersion": "17.0.6" } ], "WarningExceptions": [] diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index 886da45f2d0..c9959aee442 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.hdrp-blank", "displayName":"3D HDRP", - "version": "17.0.5", + "version": "17.0.6", "type": "template", "host": "hub", "unity": "2023.3",