So In my attempt to make an Avatar system I have made slots for Each area for 6 types of character:
For example one the Back Bone I have these Slots:
b[/b]
Viking_Male_Torso
Pirate_Male_Torso
Each of these Slots have Multiple Images in them:
b[/b]
Red Torso.png
Green Torso.png
Yellow Torso.png
*Not all Types of character have the Same Number of Images.
So I am looking for the proper Unity code to turn Visibility On/Off for Slots. And the Proper way to iterate through the Images that are stored in the slots. Also can a single slot have 2 images visible at Once?
Thanks for any help