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
Use your Aseprite files directly in your Godot project.Supports 2D and 3D sprites, animations, layers and user data on frames.
Godot Aseprite Importer
Godot version 4.x
This importer lets you just put aseprite/ase files in your project and they get imported as Sprite2D or Sprite3D nodes with an animation player.
User Data
This importer also handles user_data, cel user data gets added to the animation you can get the value by doing sprite.get_meta("aseprite_user_data", [])
if a frame tag has user data with autoplay it will be set to automatically play on load in the editor. if you have multiple tags with autoplay in the user data only the last one will be set to play when the scene loads.
Use your Aseprite files directly in your Godot project.
Supports 2D and 3D sprites, animations, layers and user data on frames.
Reviews
Quick Information
Use your Aseprite files directly in your Godot project.Supports 2D and 3D sprites, animations, layers and user data on frames.