Tag: Shader
All the articles with the tag "Shader".
Thirteen Built-In Shader Examples: The Further Down the List, the Less Ports to URP
Unity's thirteen official HLSL shader examples are all Built-In only. The first few port to URP by renaming things; from lighting onward it's a rewrite. I mapped them one by one — and found a line I got wrong in the previous post.
The Table on Unity's Custom Shaders Page Is a Fork, Not an Index
Unity's Custom shaders page has a separate row for URP and for the Built-In pipeline. That split is usually why shader code you find online won't even compile. Here's what actually differs on each branch, plus what's under the Troubleshooting row nobody clicks.
Three Forks Later, an Official Version Appeared
I saved the README of a URP glitch effect package. Open that repository now and it carries a notice that the author has stopped updating it, pointing at keijiro's official URP version.
GPU Instancing Shaders: The Korean Manual Is Missing an A
Revisiting Unity's 2021.3 manual page on adding GPU instancing to custom shaders. The Korean localisation has three macro typos, and the render pipeline compatibility table has changed since.