talecrafter / AnimationImporter

Aseprite Animation Importer for Unity
613 stars 72 forks source link

Unity 5.6 changes #18

Closed iamallama closed 7 years ago

iamallama commented 7 years ago

Updated to work with Unity 5.6. AnimatorOverrideController is now deprecated and throws warnings. It has been replaced with a call to AnimatorOverrideController.GetOverrides().

talecrafter commented 7 years ago

Thank you very much for this contribution. =)