I’m not an English speaker, so please excuse my lack of English.
I downloaded DoTween examples at oddical dotween site, i have some errors.
Here are some.
error1:
Assets\DOTween Examples\CustomPlugin Example\CustomRangePlugin.cs(64,26): error CS0115: ‘CustomRangePlugin.EvaluateAndApply(NoOptions, Tween, bool, DOGetter, DOSetter, float, CustomRange, CustomRange, float, bool, UpdateNotice)’: no suitable method found to override
error2:
Assets\DOTween Examples\CustomPlugin Example\CustomRangePlugin.cs(17,14): error CS0534: ‘CustomRangePlugin’ does not implement inherited abstract member ‘ABSTweenPlugin.EvaluateAndApply(NoOptions, Tween, bool, DOGetter, DOSetter, float, CustomRange, CustomRange, float, bool, int, UpdateNotice)’
How can I solve this error?
One more question, if I have a question about an error, where should I post it on the board, is this the right place?