You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors - Downloaded from Asset store getting Assets\LeanTween\Framework\LeanTweenExt.cs(31,166): error CS1503: Argument 3: cannot convert from 'System.Action' to 'Action'
#175
Open
DarkSeth opened this issue
Sep 6, 2022
· 2 comments
HI. Looking for help to get this to work. Getting the following errors
Assets\LeanTween\Framework\LeanTweenExt.cs(31,166): error CS1503: Argument 3: cannot convert from 'System.Action' to 'Action'
Assets\LeanTween\Framework\LTDescrOptional.cs(62,21): error CS0037: Cannot convert null to 'Action' because it is a non-nullable value type
Assets\LeanTween\Framework\LTDescrOptional.cs(65,18): error CS0037: Cannot convert null to 'Action' because it is a non-nullable value type
Assets\LeanTween\Framework\LTSeq.cs(125,48): error CS1503: Argument 2: cannot convert from 'System.Action' to 'Action'
The text was updated successfully, but these errors were encountered:
HI. Looking for help to get this to work. Getting the following errors
Assets\LeanTween\Framework\LeanTweenExt.cs(31,166): error CS1503: Argument 3: cannot convert from 'System.Action' to 'Action'
Assets\LeanTween\Framework\LTDescrOptional.cs(62,21): error CS0037: Cannot convert null to 'Action' because it is a non-nullable value type
Assets\LeanTween\Framework\LTDescrOptional.cs(65,18): error CS0037: Cannot convert null to 'Action' because it is a non-nullable value type
Assets\LeanTween\Framework\LTSeq.cs(125,48): error CS1503: Argument 2: cannot convert from 'System.Action' to 'Action'
The text was updated successfully, but these errors were encountered: