#IMPORTALITY - graphics and animations importers pack

4 messages · Page 1 of 1 (latest)

ruby hinge
#

Hello everyone! I brought you a whole bunch of graphics and animation importers for Godot! It was a tough six months of development.

IMPORTALITY is an addon for Godot 4.x that allows you to import many formats into ready-to-use resources!

Exports from:

  • Aseprite/LibreSprite (app integration)
  • Krita (app integration)
  • Pencil2D (app integration)
  • Piskel (independent parser)
  • Pixelorama (independent parser)

Imports to:

  • Regular images
  • Sprite Sheet (JSON resource without stored text, but with all the information in the "data" property)
  • SpriteFrames
  • AnimatedSprite2D/3D
  • Sprite2D/3D or TextureRect animated with AnimationPlayer

And it can import any other formats as regular images by calling external command line utilities. Now you can instantly import PDN, XCF and other formats!

I hope it will be useful for you. Try it and I'll be glad to any feedback!
Be sure to read the Wiki in the repository - there is a lot of useful information, especially about complex integration with Krita.

Godot Asset Library: https://godotengine.org/asset-library/asset/2025
GitHib: https://github.com/nklbdev/godot-4-importality
Demo on YouTube (without sound, only subtitles) https://youtu.be/tlfhlQPr_IA

GitHub

Universal raster graphics and animations importers pack - GitHub - nklbdev/godot-4-importality: Universal raster graphics and animations importers pack

safe hemlock
#

oo very nice

ruby hinge
ruby hinge
#

Added to repository Awesome Godot: https://github.com/godotengine/awesome-godot

And I started developing a backport on Godot 3.5+. In part, this work will highlight some of the disadvantages of the plugin architecture and help to refactor main version.

GitHub

A curated list of free/libre plugins, scripts and add-ons for Godot - GitHub - godotengine/awesome-godot: A curated list of free/libre plugins, scripts and add-ons for Godot