Skip to content

Remove PropertyTweener start warning #108410

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Jul 8, 2025

I'm not sure tbh why this warning exists. When the Object is freed mid-tweening, there is no warning. No other Tweener has similar warning.

What led to me opening this PR is that I encountered a case where this warning is unavoidable, unless you manually kill the Tween. I have a Tween running a few loops with a very short time. If the object is destroyed during the animation, there is high chance it will happen between steps and the next PropertyTweener will issue a warning for no reason.

@KoBeWi KoBeWi added this to the 4.5 milestone Jul 8, 2025
@KoBeWi KoBeWi requested a review from a team as a code owner July 8, 2025 13:58
Copy link
Contributor

@DanielSnd DanielSnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I totally agree, did this on my fork as well shortly after I started encountering these warnings.

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

Successfully merging this pull request may close these issues.

3 participants