Clothing System 3D

Need to put character customization in your RPG game but are stuck with how to do it?

This asset can help you :slight_smile:

The asset basically mimics the way some AAA games work with customization (like Skyrim). You need only to create the 3D models following the guidelines, fill the system’s database, and write a few line of code. And voilá, your player now can choose what armor found in a dark cave is better to impress the enemy :slight_smile:

The asset is available for now as free and open source at GitHub: GitHub - keawstudio/Clothing-System-3D: Asset for Unity 3D to allows character customization

This asset born from my old project, started some time ago: https://forum.unity3d.com/threads/3d-character-customization.383061/

Here a quick presentation of the system:

For those that want to know how the system works in deep, 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

In the Tutorial 3 how to create the code to use the system, and it’s very simple.

1 Like

Sorry. I’ve only just found this. Thank you :slight_smile:

It’s grade! Thank you!