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.
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.