/texture_atlas_importer

Imports atlas textures from your favorite external texture packing tools to be used with the Godot game engine.

Primary LanguageGDScriptMIT LicenseMIT

Texture atlas importer

Plugin for the Godot Game Engine v3.0+

Imports atlas textures from your favorite external texture packing tools to be used within Godot.

Supported external tools/formats

Tool Formats
Texture Packer JSON Hash, Generic XML
Kenney assets XML

NOTE: Godot does not support rotated atlas textures, so don't rotate sprites when you pack pictures with any external tools or things might not work correctly.

Credit

Based on the great work of @Geequlim on Atlas Importer