Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.3k stars 346 forks source link

Dotween v1.2.705 issue about OnComplete callback #613

Closed unitodev closed 1 year ago

unitodev commented 1 year ago

issue is i use assemblydefinetion and Oncomplete not working with my lambda function maybe my assembly can't ref it image image image

Demigiant commented 1 year ago

Ahoy! Sorry for the confusion, but "onComplete" is the delegate, while the chainable method that you want is "OnComplete" with uppercase "O".