Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Possibility tu Use Late Update #138

Open
Omadel opened this issue Jan 15, 2025 · 1 comment
Open

Add the Possibility tu Use Late Update #138

Omadel opened this issue Jan 15, 2025 · 1 comment

Comments

@Omadel
Copy link

Omadel commented Jan 15, 2025

I enjoy using PrimeTween, but the tweens are not compatible with Unity's animation system. I would like to be able to set the tween to use Late Update, as that would make it compatible with animations.

Thanks :)

@KyryloKuzyk
Copy link
Owner

Hi!

Currently, PrimeTween updates all its animation in Update() early in the frame before all other scripts because of the -2000 script execution order. So any system that depends on PrimeTween animations will rely on up-to-date values later in the frame.

As you've pointed out, PrimeTween doesn't currently support updating tweens in LateUpdate, but can you please elaborate on how that affects the compatibility with Unity's animation system? Maybe a concrete example would help me better understand the need for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants