ddionisio / MateAnimator

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

AMPropertyTrack::RefreshData (line76) NullreferenceException #7

Closed psxcode closed 10 years ago

psxcode commented 10 years ago

1) Create a property track. 2) Drag a game object from hierarchy to target slot. I get an exception immediately that property is not set

ddionisio commented 10 years ago

Looks like I forgot to check for null when there's no property set when changing target. Fixed now.