Skip to content

LeanTween.delayedCall() is bugged/unreliable, will occasionally not perform call #177

@JegoMx

Description

@JegoMx

We're using delayedCall() throughout our project but have noticed that every now and then (and more frequently at higher timescales) the action given to the function is not executed. The tween starts, and attaching an .setOnUpdate() method with a Debug.Log inside shows that the tween is running, until it suddenly stops for seemingly no reason.

It doesn't seem like it is getting cancelled, it just simply... stops. I have tried attaching the debugger/leaving Log calls all throughout the LeanTween class but can't seem to figure out what is causing this issue.

Needless to say this is a very frustrating issue and we're in the process of removing all calls to the bugged method. Is there some sort of setting that we might have configured wrongly, or is this truly a bug? I have found other similar bug reports on google, but those threads mention that the issue should be resolved in later updates. We're using the latest Asset Store version 2.51 on unity version
2020.3.15f2 LTS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions