All Questions
Tagged with unity-shader-graph instancing
1 question
5
votes
1
answer
5k
views
How to declare per-instance properties for instances rendering on a shader graph?
Unity Version: 2019.4.1f1
Render Pipeline: URP
I created a shader using Unity's Shader Graph, and I want to apply GPU Instancing on this shader, but there is no way to declare per-instance properties ...