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
Import sprite sheets from TexturePacker FREE VERSION as AtlasTexture.Use the JSON (Array) data format.
Sprite Sheet Importer
This is a plugin for Godot Engine to import
AtlasTexture
s from the TexturePacker FREE VERSION
Note: This is compatible only with Godot 3.0 or later.
Installation
Alternatively, download or clone this repository and copy the contents of the
addons
folder to your own project's addons
folder.
Important: Enable the plugin on the Project Settings.
Features
- Import sprite sheets as AtlasTextures
Usage (once the plugin is enabled)
- Save your sprite sheets in your project folder as an JSON (ARRAY)
- Watch Godot import it automatically.
License
MIT License. Copyright (c) 2018 snkkid
Import sprite sheets from TexturePacker FREE VERSION as AtlasTexture.
Use the JSON (Array) data format.
Reviews
Quick Information
Import sprite sheets from TexturePacker FREE VERSION as AtlasTexture.Use the JSON (Array) data format.