Search Unity

[Released] UMA Character Creator (UMA:CC)

Discussion in 'Assets and Asset Store' started by Alk Studios, Jul 23, 2014.

  1. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    Hello all,
    I would like to introduce the UMA Character Creator plugin for Unity.



    Unity Asset Store
    Alk Studios Store Link
    Webplayer


    Unleash the character customisation potential of UMA with the UMA Character Creator. UMA:CC allows developers, artists and players to customise a multitude of attributes ranging from the height, weight and size of limbs to skin, hair, eye and clothing colouring.

    Features:
    • Based on the UMA framework.
    • 1000s of different character combinations.
    • Edit over 46 different attributes for height, weight and limb size.
    • Add and remove Clothing.
    • Change skin, eye, hair and cloting colors using the color pickers.
    • Includes character saving and loading methods.
    The plugin is currently available for only $25.
     
    Last edited: Aug 13, 2014
  2. John-G

    John-G

    Joined:
    Mar 21, 2013
    Posts:
    1,122
    Can you show some images of the interface, interested in seeing what setup options the user can employ.
    For example can we link sliders together and only show/hide relevant sliders, also can we clamp upper/lower slider values?
     
  3. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    The UI is shown best within the video above and is currently based on UnityGUI.
    To accommodate a larger user base the plugin has been developed to be fairly generic and as such does not include linked sliders out of the box, you could however implement this simply as demonstrated by this pseudo code:
    Code (CSharp):
    1. Head.size = Head.width = Neck.size = TestSlider.value;
    The system currently hides/shows relevant sliders and GUI controls based on the selection of the "Body", "Face", "Misc." or "Color" modifiers as can be seen in the video. You can easily edit this default behaviour.
     
  4. daeuk

    daeuk

    Joined:
    Mar 3, 2013
    Posts:
    67
    any chance of a web player?
     
  5. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    A webplayer demo is available Here.

    Please note that saving/loading will not work on the webplayer demo.
     
  6. Teila

    Teila

    Joined:
    Jan 13, 2013
    Posts:
    6,932
    This looks nice but it is impossible to edit the face without a zoom feature. Clicking on face should auto zoom to the face.
     
  7. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    A custom camera is nearing completion and should be added to an update once the Unity asset store approves the package.
     
  8. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    The UMA:CC plugin has been updated to 1.2 and offers full compatibility with the new UMA v1.2.1.0 update.
     
  9. daeuk

    daeuk

    Joined:
    Mar 3, 2013
    Posts:
    67
    the version on the asset store includes the custom camera?
     
  10. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    The custom camera shall be uploaded for review within the next few days. :)
     
  11. Alk Studios

    Alk Studios

    Joined:
    May 28, 2014
    Posts:
    115
    Updated first post to add "Unity Asset Store" link.