SZK SpritePacker Importer

Suzuka Ka

Godot addon for building scenes very fast

Content
Image

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.zip and copy it inside the folder addons, inside your Godot project.
  • In Godot, go to Project -> Project Settings and select the plugins tab.
  • Enable SZKSpritePackerImporter

How to use it

  1. Create a node of the type SZKSpritePackerImporter
    Image
  2. Fill the spritesheet/json variables
    Image
  3. Click Generate

Related articles