Skip to content

LeanTween.scale seems to run perfectly first run, after it stop to run #179

@evan-boissonnot

Description

@evan-boissonnot

When I build my project and run it :
LeanTween.scale perfectly runs.

When I stop running project and restart, scale stops to run ...

Here the small code I'm using :
private void Start()
{
LeanTween.scale(this.gameObject, new Vector3(5, 5, 5), 0.5f).setDelay(0.2f).setEase(LeanTweenType.easeOutBounce);
}

Unity version : 2022.1.18f1.

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