Saving my animator controller

zoicelols

Member
When I renamed the third person controller demo animator and customized it, I then updated the asset and it deleted all of my customization on the animator and put the default asset animations back. Is there another solution to prevent my animator from being overwritten when I update besides removing the animator from the folder beforehand?
 
Unity maps the files based on a guid and when you rename the guid doesn't change so that's why it was overwritten. I recommend duplicating instead so you'll get a new guid, or even better, start from a new animator controller.
 
Top