Search Unity

User one Animation Controller (or animator) instance for two Game Objects

Discussion in 'Animation' started by fwalker, Sep 27, 2019.

  1. fwalker

    fwalker

    Joined:
    Feb 5, 2013
    Posts:
    255
    I have a requirement where I need to animate two Game Objects instance using the same controller. In other words the object's animate exactly in the same way. Is there a way to do this with Unity? Or do I need to do the legwork (scripting) of having 2 instances of animator and duplicating the actions onto both instances?