You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.universal/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
48
48
- Fixed a regression bug where XR camera postion can not be modified in beginCameraRendering [case 1365000]
49
49
- Fixed an issue in where installing the Adaptive Performance package caused errors to the inspector UI [1368161](https://issuetracker.unity3d.com/issues/urp-package-throws-compilation-error-cs1525-when-imported-together-with-adaptive-performance-package)
50
50
51
+
### Changed
52
+
- Remove use of deprecated UNITY_USE_NATIVE_HDR keyword in shaders.
53
+
51
54
## [12.0.0] - 2021-01-11
52
55
### Added
53
56
- Added support for default sprite mask shaders for the 2D Renderer in URP.
Copy file name to clipboardExpand all lines: com.unity.shadergraph/CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
- Fixed unhandled exception when loading a subgraph with duplicate slots [1366200] (https://issuetracker.unity3d.com/product/unity/issues/guid/1366200/)
13
13
14
14
## [13.0.0] - 2021-09-01
15
-
16
-
Version Updated
17
-
The version number for this package has increased due to a version update of a related graphics package.
15
+
### Changed
16
+
- Remove use of deprecated UNITY_USE_NATIVE_HDR keyword in shaders.
18
17
19
18
### Added
20
19
- Adding control of anisotropic settings on inline Sampler state nodes in ShaderGraph.
0 commit comments