Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question How to change a playable's time when the timeline is playing

Discussion in 'Timeline' started by ARintaro, Oct 25, 2021.

  1. ARintaro

    ARintaro

    Joined:
    Oct 25, 2021
    Posts:
    8
    I created a track and its clip, behavior, mixer.
    In the PlayableBehavior ProcessFrame, I tried playable.settime(), but it doesn't work.

    When playing the timeline, I want to set the time of a clip in the ProcessFrame of a clip's Behavior.
     
    vambier likes this.
  2. vambier

    vambier

    Joined:
    Oct 1, 2012
    Posts:
    102
    I want to do the same thing, anyone know how to do this?