Hello!
There’s a limit of “64 arithmetic instructions” for shader model 2.0 in Unity, but how to count the number of such instructions in the shader code? What does translate to arithmetic instructions, what does not and what are the most expensive things to do in a shader in regard to a number of such instructions?
I hope my question makes sense, thank you