Unity doesn’t provide much in the way of skeleton visualization, such as showing basics like joints and axes, which I wanted for diagnosing issues, so I created a simple script component to draw these using the Gizmos class. It’s nothing fancy but I was happily surprised how easy it was and it helped me quickly see what was going wrong in some Mecanim blend trees I had set up.