Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

GameObject that is normally animated with an AnimationController?

Discussion in 'Timeline' started by deab, Sep 19, 2017.

  1. deab

    deab

    Joined:
    Aug 11, 2013
    Posts:
    93
    My characters are animated in game using an Animator state machine. I'm looking to use Timeline for animated events / cut scenes.

    However, when I run a clip from a Timeline animation track, the character jumps up in the air and the bone positions look wrong. I *think* clips from both sources are used at the same time.

    Whats the correct approach to ensure only Timeline clip is run? I've tried stopping the Animator, and even clearing the runtime animation controller.
     
  2. thierry_unity

    thierry_unity

    Joined:
    Jun 10, 2015
    Posts:
    187
    Hi @deab
    Can you open a bug with the bug reporter with a small project so we could dig in? Normally when timeline is launched, it should take over the controller. Maybe we missed a specific case you are encountering and an example would help us alot. (if you can post the Bug ID here it would also accelerate the process for us :) )

    thanks!
     
  3. deab

    deab

    Joined:
    Aug 11, 2013
    Posts:
    93
    @thierry_unity sorry my mistake, I was setting the offset positions to a child object.