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

Different Animator speeds on different layers

Discussion in 'Animation' started by Dogtanian, Jul 24, 2022.

  1. Dogtanian

    Dogtanian

    Joined:
    Jul 9, 2017
    Posts:
    13
    I'm trying to create an animation where different layers run at different speeds, but I'm not clear how to achieve this.

    An example of this is one layer controlling a characters walk animation which changes speed at the speed the character is walking, and another layer which controls a characters hands (for example, a waving animation) which should play at a fixed speed (explicitly, not the same speed as the character is walking).

    Can this be achieved with an Animator - I can only see a speed control for the entire component, not for each layer. If not, how could it be achieved?

    Many thanks for your collective help in advance!
     
  2. Dogtanian

    Dogtanian

    Joined:
    Jul 9, 2017
    Posts:
    13