This was a dressing room activation done for Blender’s Pride, via an agency. Had to create the design the application such that the designer images would fit over the male/female avatar. This was a little fun to solve as there were so many combinations of clothings and multiple iterations that were being sent by the design team. To optimize workflow had structured the unity hierarchy such that each layer was positioned in the correct order and the correct image would swap into relevant layer. The Application also had an SqLite backend that would store the user data along with the image generated by the user, and this later was exported out to an Excel sheet.
The tricky bit though was getting the On-Screen keyboard to work, due to limitations of the particular device being used, the default Windows On-Screen keyboard would take control away from the main application, there were workarounds but was too risky in case we had to use another computer with its own set of quirks. so finally implemented a Keyboard inside the app itself.













