Wearable
The building blocks for the Modular Character System.
A Wearable asset holds all of the data and reference for each of the modular pieces and parts that make up a character. Essentially, in addition to providing contextual information, such as slot type and name, the asset holds a reference to the physical mesh and materials available for a given item. Wearables are indexed by type and their category index matches the slot index in a Wearable Set array.
There are three different types of Wearable asset. Each type is treated differently by the Wearable System and as such, contains different data and references:
Wearable Types
Slot Indices
Creating a Wearable Asset
Wearables can be created by right-clicking in a folder and navigating to Create > Modular Character System > Wearables > (Wearable Type).
All Wearables (aside from variants ) have the multiple tabs. The first tab will always be information about the Wearable, such as it's category, name, description and any icons available. Depending on the category you choose, you may get other options (like feet will contain a field for the height of the shoe):
Wearable Clothing and Wearable Appendages contain additional tabs to further define custom bones, while cosmetics, attachments and faces do not need them.
Meshes & Wearable Materials:
This tab is used to assign the actual mesh you will be using for the Wearable. You can also specify the Materials the Wearable can use. Lets talk about that in more detail.
A Wearable Material Region refers to the material array for the mesh. If the mesh uses multiple materials, you will need to specify a region for each, in the same order as the material array.
The Material type is used to determine if the available materials are controlled by the Wearable, or by the Character Style. For instance, if the character is using a pale skin tone, you would want to ensure that the wearable also uses the same skin tone. The material type in this case would be set to Body, name the region something like "Skin", and leave the rest of the fields empty. If the Wearable is controlling the material, you will need to change the type to Wearable and assign available materials. Other types include Face, and Eyes, which are also controlled by the Character Style.
Wearable Material
Wearable Materials are the most annoying part of the process to set up, but they help to keep available Materials extremely organized and accessible. A Wearable Material contains data, mostly for use to reference and for UI applications. You can give the Material a name other than the file name, a linked sprite and a color swatch. Of course, you don't need these, but it's highly recommended to take the time to fill them in.
Cosmetic Matches
Instead of one mesh field, a Wearable Face will contain fields for something called "Cosmetic Matches". These are a special class that links a specific mesh for this Cosmetic to a specific Face Wearable. So if that Face Wearable is equipped, the proper mesh is always swapped in. This is because face shape will determine the shape of these types of meshes. The same materials will apply to all of the cosmetic matches so the process is done seamlessly.
Masks & Variants:
Variants are available for clothing and cosmetics to increase compatibility between slots to each other. If you specify that a Wearable requires, or has, a variant, you will be able to further define the link between the assets. Different variant slots are required based on the Wearable you are creating, and different variants slots are used based on what this Wearable would use.
Likewise, with Masking, different options are presented. Masking works by hiding other wearables if this Wearable will overlap with them in an unflattering way. When this Wearable is removed, the other wearables will become visible again — unless the Wearable replacing this one also masks that slot.
The fields available will change depending on the category of your Wearable. Let's take a look at what one for the Chest looks like.
If, for instance, you set "Masks Neck" to true, any neck Wearable added (or currently worn) will be hidden while this Wearable is equipped.
Variants on the other hand, work a bit differently. Here, you can choose to require a Hand variant (because sleeves might get in the way), but you can also provide variants for other Leg and Shoulder Wearables, or both!
Variants: Lets veer off-course for a minute and discuss Variants, since we're on that tab anyway. If you do choose to make a Variant available for the Wearable you're working with, you'll need to create a Wearable Variant.
The variant only needs two pieces of information: The original Wearable it's linked to, and the mesh which will serve as a variant. Assign them both and then assign this Variant to the slot in the original Wearable.
Sometimes variants don't need to mask the same things as an original. In that case, you can set the "Original Masking" bool to false and specify the masking for this Variant differently.
Custom Bones
Clothing and Appendages can make use of custom bones.
If you set the "Custom Bones" bool to true, you will be presented with fields you need to assign to allow them to work properly. First, choose the bone in the existing armature that your custom bones will be parented to. This can be the Head, Spine, or Hip bone.
Next, you'll want to drag your custom file into the scene and drag the entire custom armature into the "Custom Rig" field (see the outlined below). It doesn't matter if there are more bones than needed. The next field will specify the exact name of the bone that will serve as the start of your custom bone hierarchy, and this bone will be the one parented to the existing rig (see highlighted below).
Lastly, you'll want the position and rotation data for the bone you've just named as it is in the hierarchy. You can automatically populate this data by selecting the bone and clicking "Capture Bone References"
Wearable Attachments - Parenting
Wearable Attachments have a unique tab called "Parenting". This allows you to specify the position, rotation, and scale, when the attachment is parented, and to what transform.
As with the Capture Bone References button in the Custom Bones tab on Clothing and Appendages, you can automatically populate the data by parenting the mesh to the Character in the scene at the position and scale you want it, then selecting it and clicking the "Capture Selected References" button.
Last updated