I have done some game development on my own time, so I kinda know just a small amount about this, but wouldnt it be feasible(Barely) to do dynamic bodies? Like you chould chose the animal and body style and it would dynamically change the paws and head using stitching?
I am PRETTY sure unity can stitch, but I may be wrong.
If not maybe do swaps manually until you find a more automated solution?
Comments
I am almost sure you can use CombineMeshes to do what I am trying to get across.
You could swap out the paws/digis, and have a skeleton for each body type then use CombineMeshes to create a single mesh after doing character creation
We are looking to automate more of our character development process, and in time open it up to the public, so non-official characters can be imported into the game. When this becomes possible, we're hoping 3rd party artists will help satisfy the demand for diversity in the character selection. And when doing so they will be relatively free in their work, as our character development process allows for unique characters (as explained above).
In the end we think this is the best and most interesting choice for users as well. Generic characters tend to get old pretty fast, where it is obvious that each characters is just a copy-paste of the other albeit some smaller differences. By allowing truly unique characters, we think the experience will be better and more fun for everyone involved - artists and users alike.