Error [ES2] (Node TextureObject) Node not supported in feature level ES2

I suddenly keep getting this error when I compile my material and I now for sure it did compile fine without that error before and I had used that TextureObject basically all the time.

“Error [ES2] (Node TextureObject) Node not supported in feature level ES2”

ES2 means shader model 2? Can I somewhere set that I don’t care about that so I don’t get any errors anymore related to it?

Hi,

I also get these errors.
This means that you are probably using more than 12 texture samplers in your material graph.
This is not supported for certain mbile features.
So, unless you are coding for phones, you can probably ignore it…
But dont overdo it with samplers either :slight_smile:

disable toolbar to display: Mobile Stats.
Disable it and the error will go.