3D Character Customization

Hi

* Update * : the system is a full asset and work with two methods. Below there is links for the asset (free, open-source) and video tutorials.

I’m working on a simple 3D character customization, that allows to chance clothes and add-ons of the char.
I’ll release it as a tutorial, not as an asset.

The system basically works in two ways:

  • For clothes, that need to be deformed by the bones, it changes the mesh of the Skinned Mesh Renderer;

  • For add-ons and other parts that doesn’t need to be deformed, but only to follow the movement of the bones, like Hair, Belts, it append the object to the bone.

Below as image of the char with some of the clothes. I hope I can finish it soon :slight_smile:

The char I’m using here is an old chibi I’ve made with Blender, then I made the modifications to allow the system to work.

(The tutorial will be free)

1 Like

A video preview of the thing working :slight_smile:

It’s almost done.

1 Like

The tutorial is finished.

I’ve made it in two parts: a video presentation and the text. The project is also available for download.

Check it here: http://www.keawstudio.com/tutorials/item/21-3d-character-customization-in-unity

1 Like

I’m working in a new version of the clothing system.

This one work with the implementation above and with a new way to change body parts, clothes and skins. Also has a database to control all the body models, clothes, props, skins.

I have some small videos of the system working in my twitter: x.com

Looks very sim-esk like. Very cool.

1 Like

Thanxs :slight_smile:

I’m applying what I learned when trying to make mods for Skyrim. And, yes, after hours and hours of The Sims.

Vídeo preview of the actual version:

Need to finish the hair and props parts, catch some bugs.

I made the models quickly, so they aren’t the state of art. But work for what they need to work :slight_smile:

1 Like

The project is now available at GitHub: GitHub - keawstudio/Clothing-System-3D: Asset for Unity 3D to allows character customization

And a video showing the actual version:

1 Like

For those that want to know how the system works, there is two video tutorials:

Tutorial 1: how to create the models to work with the system:

Tutorial 2: importing models into Unity and setting the system database

1 Like