Eloren
Eloren

Reputation: 323

How can I paint on 3D object?

I know about Terrain, but I can't rotate Terrainfor 90 degrees. So I need to paint on cube to different textures / materials with brush like on Terrain. Is it possible? Unity 5.6.4p2. enter image description here enter image description here

Upvotes: 0

Views: 1150

Answers (1)

Nitro557
Nitro557

Reputation: 334

Yes, you can paint on the textures using Texture2D.SetPixel() (https://docs.unity3d.com/ScriptReference/Texture2D.SetPixel.html)

Upvotes: 1

Related Questions