void Awake()
 {
     //moveDirection = transform.TransformDirection(Vector3.forward);
     thirdPersonSimpleAnimation = GetComponent <ThirdPersonSimpleAnimation> ();
 }
 void Awake()
 {
     //moveDirection = transform.TransformDirection(Vector3.forward);
     thirdPersonSimpleAnimation = GetComponent<ThirdPersonSimpleAnimation> ();
 }