Skip to content

Commit 1949990

Browse files
markg-unityEvergreen
authored andcommitted
[Port] [6000.0] Shader Graph documentation bugfixes Dec 2025
1 parent 6dbe435 commit 1949990

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Packages/com.unity.shadergraph/Documentation~/Custom-Render-Texture-Nodes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Access properties and data of custom render textures, including size, slice inde
44

55
| **Topic** | **Description** |
66
|--------------------------------------------------------|----------------------------------------------------------------|
7-
| [Custom Render Texture Slice](Custom-Texture-Slice.md) | Access the custom render texture slice index and cubemap face. |
8-
| [Custom Render Texture Size](Custom-Texture-Size.md) | Access the custom render texture size. |
9-
| [Custom Render Texture Self](Custom-Texture-Self.md) | Access the custom render texture from the previous update. |
7+
| [Custom Render Texture Self](Custom-Render-Texture-Self-Node.md) | Access the custom render texture from the previous update. |
8+
| [Custom Render Texture Size](Custom-Render-Texture-Size-Node.md) | Access the custom render texture size. |
9+
| [Slice Index / Cubemap Face](Slice-Index-Cubemap-Face-Node.md) | Access the custom render texture slice index and cubemap face. |

Packages/com.unity.shadergraph/Documentation~/TableOfContents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
* [Custom Render Texture](Custom-Render-Texture-Nodes.md)
8686
* [Self](Custom-Render-Texture-Self-Node.md)
8787
* [Size](Custom-Render-Texture-Size-Node.md)
88-
* [Slice](Slice-Index-Cubemap-Face-Node.md)
88+
* [Slice Index / Cubemap Face](Slice-Index-Cubemap-Face-Node.md)
8989
* [Dropdown](Dropdown-Node.md)
9090
* [Input](Input-Nodes.md)
9191
* Basic
@@ -126,7 +126,7 @@
126126
* Lighting
127127
* [Ambient](Ambient-Node.md)
128128
* [Baked GI](Baked-GI-Node.md)
129-
* [Main Light Direction](https://docs.unity3d.com/Packages/com.unity.shadergraph@13.1/manual/Main-Light-Direction-Node.html)
129+
* [Main Light Direction](Main-Light-Direction-Node.md)
130130
* [Reflection Probe](Reflection-Probe-Node.md)
131131
* Matrix
132132
* [Matrix 2x2](Matrix-2x2-Node.md)

0 commit comments

Comments
 (0)