Skip to content

Commit ad39847

Browse files
Revert "Add missing shader stages in shader keyword copying #6008"
This reverts commit d63689c.
1 parent 695a195 commit ad39847

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

com.unity.shadergraph/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [10.8.0] - 2021-09-20
88

9+
Version Updated
10+
The version number for this package has increased due to a version update of a related graphics package.
11+
912
### Fixed
10-
- Fixed ShaderGraph errors caused by very large or very small default values for color or float properties [1313932]
11-
- Fixed a ShaderGraph warning when connecting a node using Object Space BiTangent to the vertex stage [1361512] (https://issuetracker.unity3d.com/issues/shader-graph-cross-implicit-truncation-of-vector-type-errors-are-thrown-when-connecting-transform-node-to-vertex-block)
12-
- Fixed missing shader keyword stage during keyword copying.
13+
- Fixed ShaderGraph errors caused by very large or very small default values for color or float properties [1313932]
14+
- Fixed a ShaderGraph warning when connecting a node using Object Space BiTangent to the vertex stage [1361512] (https://issuetracker.unity3d.com/issues/shader-graph-cross-implicit-truncation-of-vector-type-errors-are-thrown-when-connecting-transform-node-to-vertex-block)
1315

1416
## [10.7.0] - 2021-07-02
1517

1618
### Added
17-
- Added a ShaderGraph animated preview framerate throttle.
19+
- Added a ShaderGraph animated preview framerate throttle.
1820

1921
### Fixed
2022
- Fixed SubGraph SamplerState property defaults not being respected [1336119]

com.unity.shadergraph/Editor/Data/Graphs/ShaderKeyword.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ internal override ShaderInput Copy()
198198
keywordScope = keywordScope,
199199
entries = entries,
200200
value = value,
201-
keywordStages = keywordStages
202201
};
203202
}
204203
}

0 commit comments

Comments
 (0)