playMaker

Author Topic: Help with character creation  (Read 1175 times)

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Help with character creation
« on: July 28, 2017, 12:19:25 PM »
Does any1 you know how I can make a character creation scene? Where you can change your eyes, skin color etc, and then this be loaded into the game?

I'm not sure how to do the truth and it looks very difficult ..
thanks anyway.

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: Help with character creation
« Reply #1 on: July 28, 2017, 01:04:31 PM »
there is many ways to do this kind of stuff, this is not the most complicated part to honest:

if you plane to have UI for your player wich will clic on it to customize the character, you may do it llike this:

on an Empty GameObject (or your player or anywhere...) add array list containing the differents parts of your character.

you may create as much as array list as needed and reference them with logic name ref to call them in playmaker.
(Eyes, body, pants, foot, etc..)

you may keep gameObject, textures and many variables in those array lists.

so once created, just make your ui responsive to clic by modifying the int ID to get and set your customisation.