ddionisio / MateAnimator

Adding more features to the open sourced Animator from Unity.
113 stars 29 forks source link

Drag GameObject to Timeline picks wrong target #6

Closed psxcode closed 10 years ago

psxcode commented 10 years ago

When you drag GameObject to Timeline, the target slot picks AnimatorData gameObject

ddionisio commented 10 years ago

Looks like it's when you have something selected, then you click and drag another object to the animator window. The issue was the animator is always using the selected object, rather than the dragged object.