Master material : a few questions

Hello guys

i was creating my master material, and i couldn’t find some parameters. the most annoying is that i can’t find Texture coordonate.

Can you help me ?

Thanks

Write coord in the node search bar. :slight_smile:
Or hold U on the keyboard and left click on empty space.

Thanks Dev, but what i maybe expressed my question pretty badly : How can i set texture coordonate as a parameter in my main material ?

Right-click on the texture sampler node and choose “convert to parameter”
:slight_smile:

But still, i can’t have a coordonates line on my instance material to choose my tiling right ?

Multiply the texture coordinates node with a constant scalar, right click on the constant and turn it into a parameter. Connect the multiply to the UV input of your texture.

Thanks a lot ! I didn’t knew it was possible to make operations like that !