PrimeTween Pro Feature Request: Rewind Callback #245
Closed
MikeCoreTV
started this conversation in
Ideas
Replies: 3 comments 3 replies
|
Also just an added note I'm noticing sometimes between toggling states the object will sometimes teleport to the end of that state immediately for a brief moment before returning back to its original spot and playing the proper tween. which does not feel very good / feel kinda buggy, it's very unpredictable, not sure what's happening there. |
2 replies
|
Hey @MikeCoreTV, in version 1.4.6-pro, I added a new https://github.com/KyryloKuzyk/PrimeTween/blob/main/changelog.md |
1 reply
|
Yay! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I noticed in the PrimeTween Pro component that it will only trigger Callbacks on the initial play, but not in reverse. This is pretty frustrating, to be honest. I want the tween to trigger a Play audio event, but it's just silent on the way back.
My idea is just adding either an "Is reversible" bool OR adding another section in call back that is events that will trigger once in reverse when reached.
If you did the Ladder, you could toggle a game object off when played but enable it when reversed, and it's still a single sequence component.
Makes a lot of sense in my head, at least.
All reactions