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
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ static IEnumerable GraphicsJobsValidBuildTargets
18
18
yield return new TestCaseData ( BuildTarget . iOS ) ;
19
19
yield return new TestCaseData ( BuildTarget . PS4 ) ;
20
20
yield return new TestCaseData ( BuildTarget . PS5 ) ;
21
- yield return new TestCaseData ( BuildTarget . Stadia ) ;
22
21
yield return new TestCaseData ( BuildTarget . StandaloneLinux64 ) ;
23
22
yield return new TestCaseData ( BuildTarget . StandaloneOSX ) ;
24
23
yield return new TestCaseData ( BuildTarget . StandaloneWindows ) ;
@@ -45,7 +44,6 @@ private static bool GraphicsJobsEnabledByDefault(BuildTarget buildTarget)
45
44
return false ;
46
45
case BuildTarget . PS4 :
47
46
case BuildTarget . PS5 :
48
- case BuildTarget . Stadia :
49
47
case BuildTarget . StandaloneLinux64 :
50
48
case BuildTarget . StandaloneWindows :
51
49
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.
6
6
7
7
## [ 17.0.6] - 2024-10-09
8
8
9
- ## Changed
9
+ ### Changed
10
10
11
11
- Fixed default managed stripping level
12
12
Original file line number Diff line number Diff line change 2
2
"ErrorExceptions" : [
3
3
{
4
4
"ValidationTest" : " Primed Library Validation" ,
5
- "PackageVersion" : " 17.0.5 "
5
+ "PackageVersion" : " 17.0.6 "
6
6
}
7
7
],
8
8
"WarningExceptions" : []
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.template.hdrp-blank" ,
3
3
"displayName" :" 3D HDRP" ,
4
- "version" : " 17.0.5 " ,
4
+ "version" : " 17.0.6 " ,
5
5
"type" : " template" ,
6
6
"host" : " hub" ,
7
7
"unity" : " 2023.3" ,
You can’t perform that action at this time.
0 commit comments