I am trying to create a single animator controller that I can use for all of my characters - I just need to customize the animation clips for each character. In the official tutorial, Mike Geig says you should be able to do exactly that:
However, whenever I change the animation clip for one of the objects that uses my controller, it changes the animation for everything that uses that controller.
Has anyone actually been able to use a single controller for multiple objects with different animations?