talecrafter / AnimationImporter

Aseprite Animation Importer for Unity
613 stars 72 forks source link

Error on opening Animation Importer in a new project: `Invalid AssetDatabase path` #51

Closed GieziJo closed 3 years ago

GieziJo commented 3 years ago

This is due to a change in AssetDatabase.CreateFolder which occured in Unity 2019.4: `The path to the parent folder. Must start with "Assets/". Previously this could have been an absolute path.

Fixed by modifying lines 88 to 96 in AssetDatabaseUtility.