MAsck Textures ??

Is there a way to Paint textures in Unity ?? or make a material that can accept an Black n White image to blent 2 textures in unity ??

Thx for help 8)

No you can not paint textures in unity other than the terrain

using a texture to blend two other textures is no problem but you will have to write the shader that does this for you, at least I think so. Can not remember of any shader that takes 3 textures with 2 blend an 1 mask texture

thx Dremora “oblivion is grate”

Cant script nothing, any ware this is shared ??

Staincorb, why dont you combine the textures in your image editor (I assume you are doing things like blending textures on a terrain)?

Well the reason I want to blend is to use Texture Cuality.

Lets See if I got a pillar, I can have Mask that represents Light, and shadow, Then Put a a tiled texture to light and the same texture but darkend to the shadow, and tada !

Since I cant use mask, Im using 3000x3000 Textures to have it all in one texture and so it dosent look pixelated.