SZK SpritePacker Importer
Godot addon for building scenes very fast
Content

SZK SpritePacker Importer is a Godot addon that converts a spritesheet and JSON exported by SZK SpritePacker into a ready-to-use Godot scene.
The generated scene reproduces the original Krita (.kra) documentβs hierarchy and positioning, allowing artists and developers to move from Krita to Godot without manually rebuilding scenes. Each sprite is placed and structured to match the source document, preserving layout and organization.
How to install
- Download the latest version
- Unzip the
szk_spritepacker_importer.zipand copy it inside the folderaddons, inside your Godot project. - In Godot, go to
Project -> Project Settingsand select thepluginstab. - Enable
SZKSpritePackerImporter
How to use it
- Create a node of the type
SZKSpritePackerImporter
- Fill the spritesheet/json variables

- Click Generate
