Create 2D animations from images.
SpriteAnimationCreator.cs:
Script that slice and create the sprite animations with the info provided by the user. The folder ScriptCreatedAnimations in path "Assets/Animations/ScriptCreatedAnimations" should be created before using the tool. In the folder, every animation with the same name of the sprite that you are using will be overwritten.
SpriteUtils.cs:
Contains the method for the slice of the sprites.
SpriteAnimationReferences.cs:
Save the references of the Sprite Animator editor.