예제 #1
0
 void Start()
 {
     if (rootMotion == null)
     {
         rootMotion = this.GetComponent <SkeletonRootMotionBase>();
     }
 }