How do you make something with ShaderGraph that’s actually compatible with BatchRendererGroup?
I can get it to work with Unity’s Universal Lit shader.
I can get it to work with Amplify Shader Editor (just tick “Dots Instancing” in the output node properties).
I can’t find how to get it to work in ShaderGraph (basic transform matrices work but all other data set in GraphicsBuffer seems to be ignored, despite using the exact same names than the ASE version).
I see some people just writing their shader manually to insert #pragma multi_compile _ DOTS_INSTANCING_ON, is that really the proper way?
I’m on 2022.2.12 URP, with the latest Entities/ShaderGraph package, in case it matter.