Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

3D Character Customization

Discussion in 'Works In Progress - Archive' started by godsinmyroom, Jan 31, 2016.

  1. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    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 :)



    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)
     
    Last edited: Dec 27, 2016
    theANMATOR2b likes this.
  2. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    A video preview of the thing working :)

    It's almost done.

     
    Farelle likes this.
  3. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    theANMATOR2b likes this.
  4. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    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: https://twitter.com/keawstudio
     
  5. ExDeaDguY

    ExDeaDguY

    Joined:
    Aug 25, 2009
    Posts:
    503
    Looks very sim-esk like. Very cool.
     
    godsinmyroom likes this.
  6. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    Thanxs :)

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

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    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 :)
     
    ExDeaDguY likes this.
  8. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    theANMATOR2b likes this.
  9. godsinmyroom

    godsinmyroom

    Joined:
    Aug 16, 2014
    Posts:
    28
    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
     
    theANMATOR2b likes this.