浏览代码

Merge pull request #1431 from Unity-Technologies/update-changelog

Update changelog for previous PRs
/main
GitHub 6 年前
当前提交
b8744f2c
共有 4 个文件被更改,包括 27 次插入0 次删除
  1. 18
      com.unity.shadergraph/CHANGELOG.md
  2. 3
      com.unity.shadergraph/.data/hd_render_pipeline.png
  3. 3
      com.unity.shadergraph/.data/texture_nodes.png
  4. 3
      com.unity.shadergraph/.data/vertex_position.png

18
com.unity.shadergraph/CHANGELOG.md


# Next version
### HD Render Pipeline support
![](.data/hd_render_pipeline.png)
Shader Graph now supports the High Definition Render Pipeline with both PBR and Unlit Master nodes. Shaders built with Shader Graph work with both the Lightweight and HD render pipelines.
### Vertex position
![](.data/vertex_position.png)
You can now modify vertex position via the Position slot on the PBR and Unlit Master nodes. By default, the input to this node is object space position. Custom inputs to this slot should specify the absolute local position of a given vertex. Certain nodes (such as Procedural Shapes) are not viable in the vertex shader. Such nodes are incompatible with this slot.
### Master node settings
![](.data/menu_settings.png)

![](.data/gradient_node.png)
This adds gradient functionality via two new nodes. The Sample Gradient node samples a gradient given a Time parameter. You can define this gradient on the Gradient slot control view. The Gradient Asset node defines a gradient that can be sampled by multiple Sample Gradient nodes using different Time parameters.
### Texture3D and Texture2D Array
![](.data/texture_nodes.png)
This change expands Unity's support for Texture types via two new property types and four new nodes. These allow you to define and sample Texture 3D and Texture 2D Array type assets in Shader Graph.
### Texture 2D LOD node

3
com.unity.shadergraph/.data/hd_render_pipeline.png


version https://git-lfs.github.com/spec/v1
oid sha256:aff2679b3a603812e63290cea0829d6d354a94e02765513bb214faa4331adfdd
size 1516111

3
com.unity.shadergraph/.data/texture_nodes.png


version https://git-lfs.github.com/spec/v1
oid sha256:6e4d23f6b0f35ae888614f05c00c28ca5e064b03bf010159950acaf9e12366d5
size 131836

3
com.unity.shadergraph/.data/vertex_position.png


version https://git-lfs.github.com/spec/v1
oid sha256:3ae6d830f7cff2331af0145171c3287021e8d31e64c97633b06c5155332ddbfe
size 395709
正在加载...
取消
保存