Skip to content

exports aseprite files to spritesheets then imports them into spritedow animations

Notifications You must be signed in to change notification settings

RockyGitHub/unity-aseprite-imexporter

Repository files navigation

unity-aseprite-imexporter

exports aseprite files to spritesheets then imports them into spritedow animations

An example JSON structure is the follows:

{
    "exportCommands": [
        {
            "name": "back-angelic-bow",
            "layers": [
                "Marksman Back Bow/Angelic Bow"
            ],
            "exportPath": "Marksman/Back_Bows/Angelic"
        },
        {
            "name": "back-crimson-bow",
            "layers": [
                "Marksman Back Bow/Crimson Bow"
            ],
            "exportPath": "Marksman/Back_Bows/Crimson"
        },
    ],
    "tags": [
        "Idle",
        "Crouch",
        "Hurt",
    ]
}

About

exports aseprite files to spritesheets then imports them into spritedow animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages