/// <summary> Check for Scripts relevant for this Animator </summary> public override void CheckForScripts() { base.CheckForScripts(); if (handModelInfo == null) { if (TrackedHand != null) { handModelInfo = TrackedHand.handModel; } SG.Util.SG_Util.CheckForHandInfo(this.transform, ref this.handModelInfo);; } }