Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A simple addon that automatically imports rTexPacker atlases. Currently only supports all* rTexturePacker atlas files!*Currently lacks support for .h files, embedded texture rTPb files, and rTPa chunk PNGs.## Functionality:- [x] Importing sheets as `AtlasTextures`- [x] Importing `.rtpa`, and `.rtpb` files- [x] Importing JSON- [x] Importing XMLThe JSON and XML importers are disabled by default, but can be enabled inproject settings.## UseJust output the rTexturePacker data and sheets wherever you want them in theproject, and watch as they get exported to a subfolder of the folder youplaced the file in, named after the file that was imported.
rTexPacker Importer for Godot
This is just a simple plugin that lets you import rTexPacker sheets in Godot.
Functionality:
- Importing sheets as
AtlasTextures
- Importing
.rtpa
, and.rtpb
files - Importing JSON
- Importing XML
The JSON and XML importers are disabled by default, but can be enabled in project settings.
Use
Just output the rTexturePacker data and sheets wherever you want them in the project, and watch as they get exported to a subfolder of the folder you placed the file in, named after the file that was imported.
A simple addon that automatically imports rTexPacker atlases. Currently only supports all* rTexturePacker atlas files!
*Currently lacks support for .h files, embedded texture rTPb files, and rTPa chunk PNGs.
## Functionality:
- [x] Importing sheets as `AtlasTextures`
- [x] Importing `.rtpa`, and `.rtpb` files
- [x] Importing JSON
- [x] Importing XML
The JSON and XML importers are disabled by default, but can be enabled in
project settings.
## Use
Just output the rTexturePacker data and sheets wherever you want them in the
project, and watch as they get exported to a subfolder of the folder you
placed the file in, named after the file that was imported.
Reviews
Quick Information

A simple addon that automatically imports rTexPacker atlases. Currently only supports all* rTexturePacker atlas files!*Currently lacks support for .h files, embedded texture rTPb files, and rTPa chunk PNGs.## Functionality:- [x] Importing sheets as `AtlasTextures`- [x] Importing `.rtpa`, and `.rtpb` files- [x] Importing JSON- [x] Importing XMLThe JSON and XML importers are disabled by default, but can be enabled inproject settings.## UseJust output the rTexturePacker data and sheets wherever you want them in theproject, and watch as they get exported to a subfolder of the folder youplaced the file in, named after the file that was imported.