Reputation: 81
We are extensively using Adobe Animate CC for creating assets and their animations(Characters, effects, props, etc) for a 2d game that we are planning to develop in Unity.
However, we are unable to export animations from Animate CC to Unity as per our requirements.
Are there any methods or plugins that would help us with exporting animations from Animate CC to Unity?
(Just for additional Details if it helps) - We need a character to be exported with animations to Unity from Animate CC with each body part(hands, face, etc) separate so that we can add colliders in unity which will move along with the animated body part.
Any help will be grateful,
Thanks in Advance.
Upvotes: 1
Views: 6775
Reputation: 11916
You could use FlashSpriteSheetImporter to process the Animate's xml to slice the frames of animation out of the sprite sheet.
Upvotes: 0
Reputation: 31
If you are using Animate CC 2017 or later, you can create a texture atlas and import it into your game engine.
Take a look here: https://helpx.adobe.com/animate/using/create-sprite-sheet.html
Upvotes: 3