ddionisio / MateAnimator

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

What version of HOTween is needed? #13

Closed skrichten closed 10 years ago

skrichten commented 10 years ago

I have HOTween version 1.3.035 and I get many errors related to overriding SetIncrementalRestart() on all the ABSTweenPlugin subclasses. None of those have any implementation, so I just commented them out. But then I get to this error and I'm not sure how to fix it...

Assets/MateAnimator/Scripts/Classes/AMTranslationKey.cs(102,33): error CS0115: `AMTranslationKey.PlugVector3PathSnap.SetValue(UnityEngine.Vector3)' is marked as an override but no suitable method found to override

I'm guessing I need a different version of HOTween where PlugVector3Path has a different API.

ddionisio commented 10 years ago

I'm currently using v1.3.380, I recall he added a couple changes to the plugin api a couple versions back. So that's definitely one of them.