File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
com.unity.template-universal/Packages/com.unity.template.universal/Tests/Editor/InternalTests
com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22 "ErrorExceptions" : [
33 {
44 "ValidationTest" : " Primed Library Validation" ,
5- "PackageVersion" : " 17.0.5 "
5+ "PackageVersion" : " 17.0.6 "
66 }
77 ],
88 "WarningExceptions" : []
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments