Help with mesh and texitures

Hi guys,

I would create a sphere with face features like eyes and hairs, but i don’t know how do it. Can you help me with some references? Have i to use script and/or editor?

Thanks

In a nutshell what you will need to do is create your mesh in a 3D modelling application like Blender, 3ds Max, Maya (or alike), unwrap the UVs to get a texture layout, then paint a texture in Gimp, Photoshop, Paint.Net (or alike) and apply that to your mesh through a material (either in the 3D application or Unity).

The most part of that is done in the 3D modelling tool, only the assignment in the last step is done in Unity - if at all. There is no scripting involved.

It’s a default workflow in about any (game) engine so it should be well documented. However that surely is nothing which is done in like 2-3 minutes, especially not for a beginner.

thank you!!