Skip to content

Commit b22e9fc

Browse files
committed
Docs feedback on changelogs
1 parent c84d140 commit b22e9fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

com.unity.render-pipelines.universal/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Version Updated
1010
The version number for this package has increased due to a version update of a related graphics package.
1111

1212
### Added
13-
- Added a SpeedTree 8 Shader Graph but did not set it as the default when importing or upgrading Speed Tree 8 assets. Because URP doesn't yet support per-material culling, this Shader Graph does not yet behave in the same way as the existing handwritten SpeedTree 8 shader for URP.
13+
- Added a SpeedTree 8 Shader Graph but did not set it as the default for importing or upgrading Speed Tree 8 assets. Because URP doesn't yet support per-material culling, this Shader Graph does not yet behave in the same way as the existing handwritten SpeedTree 8 shader for URP.
1414

1515
## [10.4.0] - 2020-01-26
1616

com.unity.shadergraph/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
### Fixed
1010
- Fixed a bug where property deduplication was failing and spamming errors [1317809] (https://issuetracker.unity3d.com/issues/console-error-when-adding-a-sample-texture-operator-when-a-sampler-state-property-is-present-in-blackboard)
1111

12+
### Added
13+
- Added subshadergraphs for SpeedTree 8 shadergraph support: SpeedTree8Wind, SpeedTree8ColorAlpha, SpeedTree8Billboard. Includes an hlsl file that can be included to crossfade between LODs of any prefab with a LODGroup component.
14+
1215
## [10.4.0] - 2021-01-27
1316

1417
### Added
1518
- Added padding to the shader graph blackboard window to prevent scrollbars from being overlapped by the resize region at the boundaries of the window
1619
- Support for the XboxSeries platform has been added.
17-
- Added subshadergraphs for SpeedTree8 shadergraph support: SpeedTree8Wind, SpeedTree8ColorAlpha, SpeedTree8Billboard. Includes a LODCrossfade hlsl that can be used by anything with a LODGroup.
1820

1921
### Fixed
2022
- Fixed an issue where the "Node Settings" tab get switched to, overriding the "Graph Settings" tab, when user tries to modify a graph setting [1318844] (https://issuetracker.unity3d.com/issues/shader-graph-graph-settings-window-loses-focus-on-expanding-universal-dropdown-in-graph-inspector)

0 commit comments

Comments
 (0)