Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions com.unity.shadergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated the functions in the `Normal From Height` node to avoid NaN outputs.
- Changed the Voronoi Node algorithm to increase the useful range of the input values and to always use float values internally to avoid clipping.
- Changed the `Reference Suffix` of Keyword Enum entries so that you cannot edit them, which ensures that material keywords compile properly.
- Updated the dependent version of `Searcher` to 4.2.0.
- Added support for `Linear Blend Skinning` Node to Universal Render Pipeline.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion com.unity.shadergraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"displayName": "Shader Graph",
"dependencies": {
"com.unity.render-pipelines.core": "9.0.0-preview.28",
"com.unity.searcher": "4.0.9"
"com.unity.searcher": "4.2.0"
},
"samples": [
{
Expand Down