hey!
just one quick question…
i found the character creator toolkit recently (Unity Asset Store - The Best Assets for Game Making) from unity and i am feeling somehow lost. ist pretty nice but never descriptor how it works? I mean its a bunch of code but i would like to know how everything works together
am I blind or is there no documentation at all?
Greets,
Kevin
There is no documentation. From memory the scripts are pretty well commented. Why not ask some questions and I’m sure the community will chip in. Basically the various models are broken down into small components, and asset bundles are created for each part. Then at run-time you can piece together combinations of these characters in a way an MMO-type game might want to do.