September 2021 - Present
CHARACTER CUSTOMIZER TOOL
This was a project that I started to learn how to use an asset pack that I bought from the Unity asset store. The pack is called "POLYGON Modular Fantasy Hero Characters" by Synty Studios.
​
I purchased this pack so that I can use them in a future project that is currently undertemined. I know that I want my players to have the capability of customizing their character, so this project was born.
​
After purchasing the pack I was given a script that would make the character model randomly change what they were wearing and their colors. I took that script and modified it heavily to not only include the randomization, but also to allow the player to customize each and every individual component and color.
​
This project is still currently under heavy development, but ideally I would like to be able to save the characters that I customize so that they may be imported into a future project quickly.

SKILLS USED
GIT
In order to keep this project backed up in case of errors I am using Git as my version control software.
C# SCRIPTING
This project relies heavily on the use of C# scripting for the core functionality of the tool to work. The use of arrays and various logical conditions for each piece made this project more challenging.
CHANGELOG
v0.3.0
Added the ability to change character colors via UI
Resized UI to view more information
v0.2.1​
Fixed primary color not being set properly
Fixed hair colors sometimes being random
Fixed skin colors sometimes being random
v0.2.0​
Added the ability to rotate the camera around the player (hold right-click)
Added the ability to set colors on clothing, skin, hair, scars, and body art (cannot change via UI yet)
Character starts with pre-defined colors
v0.1.1​
Added minor post-processing
Added some lighting
v0.1.0
Initial release
Default character spawns with no customizations
Ability to change hair style
Ability to change head style
Ability to change eyebrows style
Ability to change facial hair style
Ability to change torso style
Ability to change upper & lower arm styles
Ability to change legs style
Ability to change boots style
Ability to change hands style
Can randomize all styles
HUD to display values for each style.
TRY THE TOOL YOURSELF!
Windows standalone and WebGL options





