How to make that?

hello everybody

so i try to figure out, how it’s possible to let the player customize the texture of a gameobject, something like a paint app, but not with strokes.

for example:

i have a face, the player can select difrent eyes and positioning them on the gameobject.

is it possible???

cheers

michael

I would strongly recommend to use texture changes than painting on them (not possible anyway)

or you simply change the material color
fE make a shirt in gray and then color the material color

about the eyes - make a eye mesh and attach it as a child where the player touches the screen

Sure that’s possible, you can use GetPixel and SetPixel (or GetPixels/SetPixels) to do any kind of texture painting or customization.

–Eric

but it will either change all models or break batching