• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Solved How to make a two-way link between SceneAnimation/VAMTimeline playback time and a slider?

david5128

New member
Joined
Apr 19, 2024
Messages
3
Reactions
0
Hi, I was wondering if there is a way to making SceneAnimation/VAMTimeline playback time and an UI slider link together, current I can add a trigger to the slider with playback time control, however the playback time itself doesn't reflected in the slider value (when playing).

Thank you!
 
If I understand you correctly, you want a UIslider to increase as the animation progresses in time.
I know that CuddleMocap has a progress slider doing that, you can check their scenes and learn how they do it.
 
Upvote 0
If I understand you correctly, you want a UIslider to increase as the animation progresses in time.
I know that CuddleMocap has a progress slider doing that, you can check their scenes and learn how they do it.
Hi, thanks for the hint, just checked for their scene, they created a VAM Timeline storable float params target for the slider, and add two keyframes to the animation representing from start time to end time, which making the slider increase and decrease as the timeline plays, however the slider itself become 'disabled' since it no longer controllable (timeline plugin will update the slider value every frame)
 
Upvote 0
if you need to have it controllable and keep the progress, I guess you could make 2 sliders.
 
Upvote 0
Solution
Back
Top Bottom