Search Unity

AnimationScriptPlayable and Timeline

Discussion in 'Timeline' started by joeld42, May 21, 2022.

  1. joeld42

    joeld42

    Joined:
    Oct 3, 2016
    Posts:
    31
    I'm trying to understand how to use AnimationScriptPlayable (or IAnimationJob) and Timeline together.

    If I have an AnimationScriptPlayable that I want to act like a AnimationClip on Timeline, is there a good example of how to set that up? Basically I want to do something that acts just like AnimationClip but uses my own curves that get created at runtime.