For a character-creation based game, what is the general process for using Unity to attach different mesh objects to a main mesh object?
Is it possible in Unity to directly modify the object at the vertex level (grow a nose, for example), once it's been imported from Maya or a similar software? How is that done? What about combining objects (i.e., average resulting from combination of two mesh)?
Finally, are there examples of movable hair?