Profile Picture

How to Recycle/Reuse CC Meshes in Unreal

Posted By unit23 5 Years Ago
You don't have permission to rate!
Author
Message
unit23
unit23
Posted 5 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)Distinguished Member (1.3K reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 115, Visits: 380
To reduce the amount of character blueprints in Unreal, and to streamline the process of setting up materials and textures it makes sense to reuse meshes, and materials in a single character blueprint.

Texture based blueprint modifications
An example of the character blueprint type soldier, setup to randomly yield different soldier types. This can be made with picking from a couple of premade CC skeleton meshes, and then set different materials. Many CC pack assets share the same mesh, only the textures are different. Thus, you have to only setup materials for each imported mesh asset type once. You can even share normal texture maps in many instances, further reducing the amount of different loaded textures at runtime.

There is a limited amount of skin body textures, and these share a couple of character bases, hence you can load different skins, depending on the skeletal mesh. I also recommend to set the GameOne Tongue, and GameOneEye, different eye colors can be prepared in Photoshop, since CC3 only offers a blue eye Game version. Texture resolution can be reduced to 256 pixels for the tongue, nails, eyelashes, teeth, eyes, 512, for shoes, though I keep the main visible textures at 1024, unless they are only partially visible, like the Arm hands.

Example of a Blueprint setup with 3 different skeletal mesh types, one wearing a long shirt, one a short shirt, and one wears a vest. 
https://forum.reallusion.com/uploads/images/fa1ccbbc-124a-483e-87fe-a743.jpg

Female business type, randomly spawns different business suit, heels, pants, shirt, and eye and body color.
https://forum.reallusion.com/uploads/images/eaa5a014-0d60-493f-a26d-a463.jpg

https://forum.reallusion.com/uploads/images/20bc0f78-fc93-4f33-aa00-0ab8.jpg

A character mesh wearing a vest.
https://forum.reallusion.com/uploads/images/267fcc00-1625-47a3-879f-e230.jpg

Here I use a enum list for setting different character names.
https://forum.reallusion.com/uploads/images/a0570b30-b306-42fe-aab3-4739.jpg

Todo: This method can be extended with setting different morph target settings, switching eyebrow color (which until at least CC3.04 requires modifying the Head Skin texture), Setting different hair color, to alter the character appearance even further. 

 
Edited
5 Years Ago by roboter



Reading This Topic