Texture Transition NOT working properly.

Hello guys,

Here is my issue, I have a panel that depending where the user hits the image of the texture changes to the selection. That works good already. The problem is that I want to do a transition of alpha between A and B using animated Scalar parameter. The transition works fine to show the selected image. Problem is no matter what image I select, it always transitions from ballerina to the selected one.

In other words, if Im seeing tower in the background and select horse, it does NOT transition texture from tower to horse, instead it transitions from ballerina to horse, same with the rest. Any ideas?

It looks like you are not setting the input texture after doing the transition. I would on each of those timelines, off of finished, set “input texture” to the texture that you just transitioned to. And that should solve all your problems.