Timeline not firing at first time

I have a platform that only moves when the player overlaps the trigger and I’m using a timeline to move the platform.

The issue is that when the character triggers the platform for the first time, the timeline does not activate, so I need to activate the timeline for the second time to work.

Is this a bug or am I missing something?

Here’s a video with the problem.

And images in case you want to reproduce the problem

Note: The autoplay option need to be unchecked.

Thanks!

Hello Samuelhely,

Your issue may be in your Direction Variable’s starting value, I was able to reproduce your issue when the Direction Variable’s value was set to forward as the default value, switching it to backward fixed the issue.

Good Luck Creating!

1 Like

It worked.

Thank you very much