Skip to content

robochase6000/GodotAsepriteAtlasGenerator

Repository files navigation

GodotAsepriteAtlasGenerator

you need a spritesheet, and json file generated by aseprite. create a new resource in godot of the type AsepriteAtlas. configure it as needed:

[Export] public string AtlasName = "TestAtlas";
[Export] public string OutputPath = "res://textures/whatever";
[Export] public string OutputFileNameFormat = "<atlasName>~<filename>.tres";
[Export] public string TexturePath = "res://textures/whatever";
[Export] public string JsonPath = "res://textures/whatever";

run the AsepriteAtlasGeneratorDock scene with the scene running, select your AsepriteAtlas resource.

AtlasTextures will be generated.

About

generates AtlasTextures from an Aesprite sprite sheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages