where can I find the number of instructions used in vertex and pixel shaders?
unity used to show this information, along with number of texture reads, in the compiled shader code, that you could see from inspector view.
But I just tried doing this in 2019.3 with two shaders… a manually written one and a ShaderGraph one… and that information is no longer there…
I’ve tried profiler->gpu. but on a newish macbook pro it say, not supported with Metal enabled.
If I try to disable the Metal checkbox… it says restart needed, I click ok. but it restarts with Metal still enabled… so I cant disable it. unity 2019.3 bug ?
Is there a way to see performance cost of each shader-graph node ?
Where can I get any kind of shader-graph performance information from please ?