11th of December Update
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwc1Qj3wNjw1uR_2vzQkmPp0DkZExWglLlIS43nEKs_TJZa7PBCYfVPBUUWRPJ1iHjuaxFGq_Rix4IGZghRidtuEzKGcsxfagE1g_ClRZKltghD2BTIKbHkr8HzdlLhBATFGJ8mDIPiU7v/s320/UI.png)
So I think it's probably easiest to start with the screencast of what I've done over the past few days: So I currently have the very very basics of the core functionality working as you can hopefully see. We can toggle 4 hands on and off using the buttons and we can mirror the left hand over to the right and have two hands using just one and vice versa for the right hand mirroring. The first major step was just creating an in game user interface that you use your hands to control. I did this using the Interaction Button prefabs that the Leap team have created as part of their Interaction Engine module. At the current time the functionalities that I have present are: 1. Reset to normal which just has your two hands represented 2. Mirror your left hand which removes your right hand from the scene 3. Mirror your right hand which does the opposite 4. Four hands which renders the four hands Implementing this functionality ended up being a little bit more diffi...