Tween and TextureProgress not working together

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mixtheleaf

This might have been answered multiple times before, but i can’t find any good answers

When interpolating TextureProgress’s value property through Tween the tweening doesn’t work. I’ve checked multiple tutorials and everything in my code seems ok. Is there any reason why Tween doesn’t animate TextureProgress’s value? The value changes only at the end of the Tween.

It should work. Show your code, scene tree hierarchy scheme and notice if there were any errors during tweening in console. Mistake in path will not make project crash.

Inces | 2021-12-20 17:18

make sure you start() the tween! It should work, i usually find that people (including me) forget to start the tween.

Gil-Koren | 2021-12-26 18:51

I do start the tween, and as i said it simply just snaps to the value after the interpolate’s amount of time passes instead of slowly transitioning to it.

mixtheleaf | 2022-01-23 09:41

didn’t You mess up floats with integers ?

Inces | 2022-01-23 10:10